1

So I do not have a paid developers account with apple, but I heard that you could test your xcode app on your phone without one. So, I followed the steps online, logged in to my apple ID, and for some reason when I plug in my iPhone and try to run the xcode file on my phone, I get this error message

No non–expired provisioning profiles were found.

Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles."

Then when I click "fix issue", I get

You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support"

Can someone please help? By the way, I have upgraded to the last Mac OS, and the latest version of xcode (7.3). I was able to compile it before, but after updating, I can't

Tim
  • 41,901
  • 18
  • 127
  • 145
sdksmkfnajnf
  • 76
  • 1
  • 1
  • 10

1 Answers1

0

If you don't have membership:

Clear your Code Signing Identities under the Code Signing category in your Build Settings:

Provisioning

If you do have a membership:

You need to create a new app id in iTunes Connect, with this app ID you create new provisioning profiles in Developer Portal for development and production environments which you need to download and install with Xcode. Then select the correct provisioning profile in your Build Settings

emotality
  • 12,795
  • 4
  • 39
  • 60
  • When you mean clear, you mean make it so my options in that tab are set to the same ones as yours in the picture? My apologies, I'm new to xcode! :) I did that, but the error still persists :( – sdksmkfnajnf Apr 14 '16 at 01:48
  • Yes same as above. Cmnd + Shift + K to clean, then Cmnd + B to build and see? – emotality Apr 14 '16 at 01:54
  • Ahh mate then I can't help, sorry! :( Maybe try Apple Support if no answer after 7days? – emotality Apr 14 '16 at 02:04