iOS Question Problems with Provisioning Profiles

Andrew Lindsay

Member
Licensed User
Longtime User
Erel,

I've deleted all the provisioning profiles to update to using my new iPhone.

When I follow the tutorial and try to compile a sample project, I get the following error...

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“Development”) has an AppID of “com.AndrewLindsay.*” which does not match your bundle identifier “com.AndrewLindsay”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'
warning: all apps should include an armv7 architecture (current ARCHS = "arm64").


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 

Andrew Lindsay

Member
Licensed User
Longtime User
Thanks, I will try this when I get home. I have not had a chance to play around for a long time, and I keep forgetting how to do stuff.

Thanks
 
Upvote 0
Top