Archiving Xcode Project for Submission
When trying to archive an Xcode project for submission when setting Archive Build configuration to release, even when Reveal Archive in Organizer is checked, the Archive does not get created in the Organizer. I get the message, build succeeded though. Anybody k开发者_如何学Cnows what could be the reason(s)?
Apparently, I missed some steps when I created the Distribution Provisioning Profile. After creating Distribution Provisioning Profile correctly, everything started to act as I wished.
精彩评论