I cannot access any of the provisioning profiles or code signing identities that I've created in the project settings. It's not that I haven't downloaded the provisioning profiles, or have the correct certificates installed, but there is nothing that appears in the provisioning profile key in the project settings:
Again, I have made sure to import the provisioning profiles and certificates correctly. Here's how my account appears in Preferences > Accounts:
I'm running out of ideas. I've revoked my existing certificates, deleted all provisioning profiles, and recreated everything again.
I also created a dummy project from Apple's included iOS Master-Detail template. That exhibited the same behavior where no code signing identities or provisioning profiles were available from the project build settings.
I'm pretty open to all ideas. Thanks.
Update
As I mentioned, the code signing drop downs don't appear either, even though they have been properly created and downloaded through Preferences / Accounts.
Nothing is wrong. The solution is simple: Go to Editor -> Show values
Xcode will show all the options after this.
Your provisioning profiles doesn't list out in your project setting because, provisioning profile doesn't match with your bundle identifier.
1) Check your bundle identifier
to list out provisioning profile as like below picture. Because It also lead to this problem.
2)You may not using the correct certificates
when building your app. Just Delete your certificates in Provisioning Portal and create new ones and update them in Xcode.
3) From above description, you didn't correct bundle identifier. Goto Organizer / Provisioning Profiles / Refresh and allow Xcode to fetch the latest ones. Then provisioning profile will show as like below
Select correct Provisioning profile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With