Xcode is giving me an entitlement profile error when i build using iOS Distribution profile?

Hi all,

So I have this entitlement profile error message whenever i try to build my app from the Corona Sim (v. 2013.1108) and then installing it to my device via Xcode (v. 4.6.3). The problem is i only get this error when i use my iOS Distribution profile - everything works fine using my Development profile (for device testing).

Obviously, I want to double-check the final app on my device again (using iOS Distribution) before going ahead and uploading the binary to the App Store…

I can’t seem to be able to fix this, anyone encountered this problem before and found a solution?

Thanks,

You can’t install distribution on device… Only adhoc and development can be directly installed on device. Distribution is for uploading to itunes only

Thanks for the quick reply back! Strange, i’ve done this with my other apps (using iOS Distribution)?.. Anyway, i’ll just go ahead and upload the binary if thats the case.

Cheers,

There are two type of distribution profiles that can be made: App Store and AdHoc

So what you said isn’t technically right since distribution CAN be installed on your device, but only if you chose an AdHoc distribution profile

Sorry for being a butt Rob, but i felt as if i needed to correct that due to Appvism confusion

You are correct, in Apple’s new Provisioning Portal, they now refer to them as “AdHoc” and “App Store”.

You can’t install distribution on device… Only adhoc and development can be directly installed on device. Distribution is for uploading to itunes only

Thanks for the quick reply back! Strange, i’ve done this with my other apps (using iOS Distribution)?.. Anyway, i’ll just go ahead and upload the binary if thats the case.

Cheers,

There are two type of distribution profiles that can be made: App Store and AdHoc

So what you said isn’t technically right since distribution CAN be installed on your device, but only if you chose an AdHoc distribution profile

Sorry for being a butt Rob, but i felt as if i needed to correct that due to Appvism confusion

You are correct, in Apple’s new Provisioning Portal, they now refer to them as “AdHoc” and “App Store”.