"There was an internal API error." while running an app on any iPhone/iPod-touch device

Posted by Martin Cowie on Stack Overflow See other posts from Stack Overflow or by Martin Cowie
Published on 2010-08-25T09:20:00Z Indexed on 2012/09/08 21:38 UTC
Read the original article Hit count: 132

Filed under:
|
|

I am in the process of submitting an iPhone app to the app store. While making the final touches to the app I was in the process of compiling and running the app on my iPhone when I got the message ...

"There was an internal API error."

The console had this to say ...

25/08/2010 10:10:54 Xcode[3556] Failed willExecute: Error Domain=com.apple.platform.iphoneos Code=0 UserInfo=0x2011adec0 "There was an internal API error." -- {
    NSLocalizedDescription = "There was an internal API error.";
    NSLocalizedFailureReason = "";
    NSLocalizedRecoverySuggestion = "";
}

The problem is specific to this project, others projects don't suffer the same problem. The same problem exhibits when moved to another machine, or another mobile device is swapped in.

I should be most grateful for any hints or ideas on the subject ...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode