PDA

View Full Version : CopyLibraryResources fails to locate FixStringsFile


Jonahsiegle
2012-08-24, 11:35 PM
Hello,

I have built the TextEditor example from the OmniGroup frameworks. All is well accept for one error I am getting from the CopyLibraryResources script. It cannot seem to locate the FixStringsFile file. Is this script even required for building on iOS? How can I resolve this issue?

A sreenshot of the error.

http://f.cl.ly/items/1F013m132G3L2S2Z3j2O/Screen%20Shot%202012-08-25%20at%201.33.44%20AM.png

Thanks!
Jonah

Tim Wood
2012-08-26, 08:31 AM
The FixStringsFile tool should be built as a dependency of TextEditor. If you look in the Log Navigator and select “All Messages” it should be the first thing built.

This tool isn't strictly necessary for simple testing, but we signal an error if it is missing to ensure our builds don't have issues it fixes. In particular, this tool sorts strings table entries, converts sequences of three periods to ellipsis, and pairs of straight quotes to curly quotes.

If you are just playing around with the sample code, you can comment out calls to FixStringsFile and ignore it for now.