Good shinny morning kids,
This post is going to be fast, just to terminate the problem in submitting your app to the Store and receives that pain-in-the-neck "multiple-application bundle" error:
In my case it happened because i use cocos2d (http://www.cocos2d-iphone.org/).
ERROR:
"[YOUR-APP-NAME] does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application."
RESOLUTION:
1st STEP: click on your project;
2nd STEP: click on build settings;
3rd STEP: select your static libraries (in my case it's cocos);
4th STEP: go to the option "Skip Install" (sorry for the wrong positioning of the arrow) and in the option of your static library put "YES" and in you project and target project confirm that it's chosen "NO";
That's a wrap, folks.
Credits to the dudes that helped me:
http://stackoverflow.com/questions/5206536/archiving-project-in-xcode-incorrectly-creates-multi-application-bundle
No comments:
Post a Comment