Ad-hoc Deployment

If you don’t want to use testflight, here is another over-the-air solution: In your xcode project go to Product > Archive Click Distribute in the xcode organizer window that appears when the operation is complete Click Save for Enterprise or Ad Hoc Deployment and choose next Choose your ad hoc provisioning profile (created in the … Read more

iPhone ad hoc build using Xcode 4

Make sure you have selected a device from the drop down menu and not the simulator. Then in XCode 4 go to product -> archive. After the build is complete open the organizer and selected Archives. Here you will find your build, from here you can then select share, next XCode will ask with which … Read more

The executable was signed with invalid entitlements

There are pretty good instructions in the ‘Portal Program’. If you log into http://developer.apple.com/iphone Then click Distribution on the left, and click the Creating and Downloading a Distribution Provisioning Profile for Ad Hoc Distribution link at the bottom. Here’s the key bit: For Ad Hoc Distribution, complete the following: In the File Menu, select New … Read more

Xcode 4 failure to symbolicate Crash Log

Further to coob’s answer, I find adding these directories to Spotlight’s ignore list (System Preferences → Spotlight → Privacy) helps: ~/Library/Developer/Xcode/DerivedData/ (Xcode 4 build artefacts) ~/Library/Application Support/iPhone Simulator/ (file system for the iPhone Simulator) Like this: (See this blog post for additional detail.) Update: from a comment by joerick: “This works, but it also meant … Read more