views:

165

answers:

3

Hi everybody,

This is the error generated when i drag App file and Mobile Provision File into the iTunes and sync it. The application '" was not installed on your iPhone "" because it is not signed" I have been working on this problem for 3 days now . Can anybody help me Please. I have to send this file to the client.

Taimur

+1  A: 

See the target inspector code signing section. You need to "sign" your app with an appropriate provisioning file, one that was generated for Ad Hoc distribution.

Paul Lynch
T. A.
A: 

You need to delete the existing version from iTunes and the device each time you deploy.

Ty
A: 

You can use this amazing software to generate OTA AD-Hocs!

http://github.com/downloads/pcsaito/iOS-BetaBuilder/BetaBuilderDB.zip/

PCSaito