My iOS app won't be installed to iOS simulator or real device. Env: Xcode5, OSX 10.9.
- No problem on compiling.
- I tried to clean my project and delete cache from organiser.
- I tried most of solutions found on the websites.
I got following error message with AppCode console,
failed installing application, reason: Error Domain=JBDeviceKitErrprDomain Code=-402653103 "AMDeviceSecureUpgradeApplication failed with err = -402653103(Could not inspect the application package.)" UserInfo=0x600000678240 {NSLocalizedDescription=AMDeviceSecureUpgradeApplication failed with err = -402653103(Could not inspect the application package.)}. Reason: AMDeviceSecureUpgradeApplication failed with err = -402653103(Could not inspect the application package.)
Process finished with exit code 0
Do you have a good solution? Thanks.