The current supported method for beta testing iPhone apps is through Ad Hoc distribution. You need the Device ID of each iPhone that you want to test your app on, then sign the apps.
I had trouble getting the ad hoc distribution profile to show up under "Code Signing Provisioning Profile" in Xcode, until I tried the following:
"Apple's instructions have two steps reversed. The step that says "In the project window, select the Distribution Active Configuration from the overview popup and set the Active SDK to Device..." must be done FIRST, before you can choose your provisioning profile." (original thread)
Showing posts with label xcode. Show all posts
Showing posts with label xcode. Show all posts
Friday, September 12, 2008
Friday, August 22, 2008
Fixing iPhone Xcode (0xE8000001) Error
It took me several hours to figure out how to sign an app and deploy it to my iPhone. Apple's developer documentation is still stuck in the 2.0 beta firmware days (as of today).
What solved the problem for my "verifying application" error in Xcode was:
What solved the problem for my "verifying application" error in Xcode was:
- In Xcodes project organizer expand the Resources section.
- Find the Info.plist file and double-click to open it.
- Enter your App ID into the Bundle identifier field. Do NOT include the 10-character random string Apple generated for you.
Subscribe to:
Posts (Atom)