We have several Xcode app projects, and we\'re upgrading all of them to use the latest Xcode 5 features, including Asset Catalogs (.xcassets
).
All of our
In my case I am using cocoa pods. The cocoa pods script Pods-resources.sh
somehow caused the problem. Removing the asset parts from the script solved the problem.
Make sure to clean your project and delete derived data folder.
Parts to be deleted can be found here:
https://stackoverflow.com/a/21309102/832111