Reputation: 1536
It never happened to me before, I already downloaded sample code before, but now im getting this error:
I saw some questions with this error, but they say to check your "code signing" and I dont see what is wrong there...
Please help, im freaking out
Upvotes: 1
Views: 8095
Reputation: 1
I had the same error and I found this: How to make an IPA on XCode 4.6?
These steps work for me: 1. Go to /Applications.
Upvotes: 0
Reputation: 11
Since the problem deals with code signing, you just have to uncheck the "Code Sign Application" box on Summary Properties. It worked fine for me.
Upvotes: 1
Reputation: 1
Possible fix (that worked for me) : I changed the scheme "iOS Device" to "iPad 6.1 Simulator" or "iPhone 6.1 Simulator" then I rebuilt the project without this error.
Upvotes: 0
Reputation: 1
I am suffering the same problem. Most of the answers saying things like Bundle Identifier, provisioning profile, or crap like that.
If people know what those are, they won't come to internet, OK?
check this
http://www.techotopia.com/index.php/Testing_Apps_on_the_iPhone_–_Developer_Certificates_and_Provisioning_Profiles
it explains everything.
Upvotes: 0
Reputation: 5540
The error means provisioning profile doesn't exist So
Upvotes: 1