Quoted from : http://barryezl.posterous.com/compiling-and-submitting-in-xcode-4 (thanks!)
"In the menu, select Product > Edit Scheme
Change the Build Configuration to Release
Now make sure the correct code signing identity is set. Start by clicking on the project icon at the root of the Project navigator.
Choose your main app target (i.e., the project name under Targets)
Click Build Settings
Click All because by default Code Signing Identity is hidden (*facepalm*)
Make sure a valid distribution profile is set under Code Signing Identity > Release
In the menu, select Product > Build For > Archiving. Make sure there are no warnings about code signing.
In the menu, select Product > Archive (step #9 may be redundant, I'll have to test)
Open the Organizer. The new archive should be found under the Archives tab.
Select the archive and click the Submit... button.
Postscript: You can save some fiddling by making a dedicated Release scheme. Go to Product > Manage Schemes, click + to duplicate the default scheme and set it's build configuration to Release. You'll find the new scheme in the project pulldown menu."
Popular Posts
-
****Updated for XCode 5 **** Looking at the forums it seems a lot of people are having trouble getting iADs working on Cocos2d-x on iOS. ...
-
Update version here: http://www.mwebb.me.uk/2016/01/full-screen-zx-spectrum-on-raspberry-pi.html --------- I'm making a spectrump...
-
You'll find the status bar (with the battery, time etc) appear in your app in XCode 5/iOS 7 when you use Cocos2d or Cocos2d-x. To stop ...
-
I've found a fairly easy way to add Interstitial Admob to Android applications. For me, iOS is easy, as I can code in Objective C, but...
-
It's not obvious how to extract Android NDK for Mac, so I thought I'd share the solution. You have to do it from terminal. Change ...
-
I guess this is obvious if you know it, but I've only just found out. Mac OS's Preview application can open Adobe Illustrator (.ai) ...
-
Google have sent out emails to developers about the latest security hole in open SSL. The text says something like this: One or more of yo...
-
Here's my Raspberry Case. As you can see, it's housed in a Spectrum Microdrive case! Don't worry, it was a broken one. ...
-
With the default Cocos2dx template the back button on your phone won't close the application. Without this your app will fail the test ...
-
I think this one is a bug in Xcode 5, as it didn't used to happen. When I tried to validate an app it matched it to a different app (i....
No comments:
Post a Comment