I can't make xCode work with my provisioning file (development).
Hereunder are the steps I have made:
- created certificate with name "Francois B"
- created App ID:
Name=FBApp
ID=xxxx.com.b.*
- created a provisioning file for this App ID.
- downloaded and drag-droped on xCode: I can see it, checked, in Organizer
- my Info.plist looks like:
Bundle identifier = com.b.${PRODUCT_NAME:identifier)
(all data unchanged)
- in Project Settings > Build > Code Signing :
Code Signing Identity = iPhone Developer: Francois B
Code Signing Provisioning File = I can't select my profile...
I've tried many times but it's going to drive me crazy! It was so easy with SSH
Usually when you can't select it, it means it's not set as your active profile. Go to xcode main project view and make sure it's not set to Simulator - Debug etc.. but set to device, and the config you are using.
Follow this. I am still having trouble with the error, 0xE80000001 error and I have my device and project provisioned correctly. If any one can help me that would be great.
Just revoke everything, online, and start again. anything on your computer becomes invalid and doesn't matter. Just make sure that you reallocate yourself as a developer as well...
Ok. For now I can't do it (I'm at work) but I have a question. In the Portal > App ID, one can read:
During the application build process, Xcode will append any CF Bundle ID you specify in your Xcode project to the App ID in your provisioning profile.
You are not required to enter your App ID into your Xcode project. Xcode will incorporate the App ID automatically.
But how can xCode do the connection between the App ID (for example, "MyApp") and my project (which can be "My Application"). Shouldn't I specify something in the Info.plist?
Hi,
I think I found why it wasn't working: I downloaded well my certificate from the portal, but I didn't open it with Keychain access :'( I juste have done it and I can see my profile in xCode. But... before I tried to revoke my certificate from the portal, I created a new one, approved it, and now all seems to be dead on the portal. I can't anymore create provisioning file nor revoking profile.
If all else fails when working with provisioning profiles create a new user account on your machine and try from there. Something in my user account was keeping XCode from installing or seeing the profiles a new account worked perfectly.