-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Mac OS X 10.11 / Xcode 7.2
Currently when doing an Xcode build, you'll get the following error, when trying to submit the app to the App Store:
ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle myApp [myApp.app]"
This is caused by the deprecated CFBundleResourceSpecification / ResourceRules.plist.
It seems that Apple suggests to use xcodebuild instead of PackageApplication now.
When I remove the ResourceList.plist from "Custom xcodebuild arguments", I get the following error:
/var/folders/7q/9zh9m0fx4631vm0y_jdrgmnw00007q/T/ziGbi_t11S/Payload/myApp.app/ResourceRules.plist: cannot read resources
See also:
https://forums.developer.apple.com/thread/19832
http://stackoverflow.com/questions/32763288
Note: on xcode 6.4 this was a warning (and doesn't break the build). On xcode7 this is an error (and breaks the build).