The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   Omni Frameworks (http://forums.omnigroup.com/forumdisplay.php?f=16)
-   -   CopyLibraryResources fails to locate FixStringsFile (http://forums.omnigroup.com/showthread.php?t=25270)

Jonahsiegle 2012-08-24 11:35 PM

CopyLibraryResources fails to locate FixStringsFile
 
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.

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

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.


All times are GMT -8. The time now is 01:36 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.