Problem with building Xcode4 - no ad hoc code signature identification

trying to create an ad hoc distribution using Xcode 4. Think that my project.xcodeproj was created with a very old version of Xcode. Now, looking back at the build setup I can’t find the Ad Hoc code signing ID, as shown in the attached image:

enter image description here

Any help appreciated

+7
source share
2 answers

@freedev I just wrote a post

+7
source

You can check out this document: Xcode 4 Migration Guide

Project and build settings are now at the top of the project files.

0
source

All Articles