Reputation: 449
I've been updating an app that works perfectly in iOS7 to be compatible with the new iOS8. I can't deploy the app to an iPhone with the last GM iOS8 version. The compilation process give me no errors, but Xcode give me the following alert:
App installation failed. This operation is unsupported.
Can someone help me?
Thanks
Upvotes: 4
Views: 578
Reputation: 56
I had the same problem too. The environment I used is Xcode6 and try to run my app on iOS8 devices.
My solution is
Upvotes: 4
Reputation: 51
Had the same problem.
This is a compatibility problem between Xcode 6 and your app configuration.
1) Download Xcode 5 and try to run your app on your ios8 device, it should work
2) Try to recreate your app configuration from scratch to ensure compatibility with Xcode 6
Upvotes: 1