Can we install app built with distribution profile onto device using xcode?

Hi,

I’ve build an app with distribution profile but I can’t install it using xcode. The error is “The executables was not signed with valid entitlements”.

I can install app built with Development and Adhoc profile. They works fine.

I’m also curious about Adhoc and Development profile. They both seem to work in the same way.

Thanks,

So Lin

The only way to install on device with a distribution profile is to use Apple’s TestFlight setup. You upload your image to iTunes Connect and make it available to your beta testers who can download it before it goes in the store. I’ve never done this but other than that, the only thing you can install via Xcode is a Developer or an AdHoc profile app.

Rob

The only way to install on device with a distribution profile is to use Apple’s TestFlight setup. You upload your image to iTunes Connect and make it available to your beta testers who can download it before it goes in the store. I’ve never done this but other than that, the only thing you can install via Xcode is a Developer or an AdHoc profile app.

Rob