Reputation: 1253
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.
Help me to solve this
Upvotes: 1
Views: 1952
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
Reputation: 2992
Follow those steps:
⌘ + K
to clean-up the project's caches⌘ + R
to run the app on the Device/iOS SimulatorIf 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