Question

I can install my app written for myself through XCode smoothly. However, I can not install an app, a ipa file, given from my friend through Xcode => Window => Organizer => My iPhone => Applications => Add .

There is a error message named "a valid provisioning file for this executable was not found." enter image description here

Does any know why I can only install an app written for myself, but cannot install an ipa file from third parties?

How can I do to install an ipa file? Do I need to request something else from my friend? He told me he can install that ipa file from his device correctly.

Was it helpful?

Solution

You do not install your friend's IPA file through Xcode.

Third party development IPA files are supposed to be installed via iTunes or through a web service such as TestFlight.

Your friend must ensure that he has signed the app himself and has used an ad-hoc provisioning profile with your device's UDID included.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top