user2526811
user2526811

Reputation: 1253

App installation failed in iOS 7

when I try to debug in iOS 7 then it gives me error as App installation failed. There was an internal API error.

But it works fine with iOS 8 device.

enter image description here

Help me to solve this

Upvotes: 1

Views: 1952

Answers (2)

Abhinav
Abhinav

Reputation: 38162

Please check your product name under build settings. Is should not contain any special character. I have seen it failing if it contains any.

Upvotes: 9

Aluminum
Aluminum

Reputation: 2992

Follow those steps:

  1. Delete the app from the device/iOS Simulator
  2. Restart the device/iOS Simulator
  3. Close Xcode
  4. When the device is ready re-open the Xcode project
  5. Press ⌘ + K to clean-up the project's caches
  6. Press ⌘ + R to run the app on the Device/iOS Simulator

If those steps doesn't work try to restart you Mac and to repeat those steps, also check the bundle identifier of your Xcode project

Upvotes: 1

Related Questions