Xcode 4.1 with iOS Development
Product -> Archive has always worked for me in the past. But now that I changed away from a development provisioning profile to a distribution provisioning profile I get a “Successful Build” however no archive shows up in the Organizer.
Anyone run into anything similar?
You’ve answered your question in your comment. If you have Static libraries being linked with your app, you need to set the “Skip Install” property on the static library projects to YES and set the property to NO in the project file of the App itself.