The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   Omni Frameworks (http://forums.omnigroup.com/forumdisplay.php?f=16)
-   -   xcode4 archive failed (http://forums.omnigroup.com/showthread.php?t=23239)

scorpiozj 2012-01-18 05:22 PM

xcode4 archive failed
 
I try to archive the TextEdit sample for a ad hoc and a release version using Xcode4.3 .
The steps should be right as I uploaded the app to the App Store before.
When I make a ad hoc version, it has error:

FixStringsFile not found at /Users/****/Library/Developer/Xcode/DerivedData/TextEditor-ahfhqeyklfvqoccinvgjozxdcpst/ArchiveIntermediates/TextEditor/BuildProductsPath/Ad Hoc/FixStringsFile! (RuntimeError)

And for the release version, no error happened after the archive. But there is nothing in the Organize-Archive.

I really need your framework and don't know how to fix it.

Could you help me?
Thanks!

PS: My app is for ios5 and can't use xcode3.

Tim Wood 2012-01-18 07:13 PM

FixStringsFile is a Mac OS X command line tool that we use to sort, validate and perform some other transformations on localizable strings files. This gets run from some of the shell script build phases (via Scripts/CopyLibraryResources and Scripts/BuildStringsFromTarget).

The answer may be as simple as editing your scheme to build FixStringsFile before the Omni framework library targets. But, since we don't currently package our build products from within Xcode (we have a bunch of command line shell scripts that package and sign build products), I don't have an sure fire answer for you.


All times are GMT -8. The time now is 07:34 AM.

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