'Reserved' Keywords for iOS 7 resulting in cannot install app issue
I was having issues with installing my app on iOS 7 and after researching for 3 days within the forums, I realized that one of my folder in the project is named 'resources', which caused the issue where the files are unable to package into the ipa.
Just sharing here in case anyone has the same problem too!
An shoutout to sinious with his further explanation :
Just like AS/AIR has reserved keywords, there are reserved file and folder names. One of which is as pointed out, 'resources'. Where megapixel_sg is mentioning this is located is in the files you tick off to 'package' with your app. Make sure you have no folders named 'resources'. A couple other obvious folders are 'META-INF', '_CodeSignature', 'en.lproj' and anything else you'd see auto-generated. Chances are low on the latter named folders or files like 'MainWindow.nib' or 'ResourceRules.plist' but to know all of them, just make a brand new AIR for iOS app and export it directly to IPA (no code, nothing) and see the files/folders auto-generated.
Resources : http://forums.adobe.com/message/5722083
