Monday, 27 May 2013

I got a valid provisioning profile not available on this device if I choose to sign code with distribution certificate

I got a valid provisioning profile not available on this device if I choose to sign code with distribution certificate

I want to test whether my app works when not in debug mode. Basically if it runs in debug mode it should run in release mode. Well, I tried to make sure.
Because I would distribute the apps I also need to sign the app with iPhone Distribution certificate.
Things got very confusing.
I can set the code signing identity in BOTH the project and target. It doesn't make sense. Why specify it at 2 places?
If I set that the code signing identity for release is iPhone Distribution I got no valid provisioning profile not available on this device.
What should I do?

No comments:

Post a Comment