So a couple of days ago it was working fine. I used the Xcode simulator to take some screenshots.
Now, however, I can’t get it to work.
The app builds fine for submission, works without issues in the Corona simulator and works on device using the “copy to device” function. When using the Xcode option, though, the simulator launches as it should, but then the process gets stuck at “Copying app to Xcode iOS Simulator”. It never gets past that.
There are no errors in the Corona Console, and the Xcode simulator log outputs this:
[0x3b53] Sending request to open "xxx.yyy.zzz" May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: [Common] [FBSSystemService][0x3b53] Error handling open request for xxx.yyy.zzz: \<NSError: 0x7fbcec2a7cb0; domain: FBSOpenApplicationServiceErrorDomain; code: 1 (RequestDenied); reason: "The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "xxx.yyy.zzz" is unknown to FrontBoard")."\> { description = "The request to open "xxx.yyy.zzz" failed."; failureReason = "The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "xxx.yyy.zzz" is unknown to FrontBoard")."; underlyingError = \<NSError: 0x7fbcec2a8080; domain: FBSOpenApplicationErrorDomain; code: 4 (NotFound); reason: "Application "xxx.yyy.zzz" is unknown to FrontBoard."\> { description = "The operation couldn’t be completed. Application "xxx.yyy.zzz" is unknown to FrontBoard."; failureReason = "Application "xxx.yyy.zzz" is unknown to FrontBoard."; }; } May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: Error Launching: Error Domain=FBSOpenApplicationServiceErrorDomain Code=1 "The request to open "xxx.yyy.zzz" failed." UserInfo={BSErrorCodeDescription=RequestDenied, NSUnderlyingError=0x7fbcec2a8080 {Error Domain=FBSOpenApplicationErrorDomain Code=4 "Application "xxx.yyy.zzz" is unknown to FrontBoard." UserInfo={BSErrorCodeDescription=NotFound, NSLocalizedFailureReason=Application "xxx.yyy.zzz" is unknown to FrontBoard.}}, NSLocalizedDescription=The request to open "xxx.yyy.zzz" failed., NSLocalizedFailureReason=The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "xxx.yyy.zzz" is unknown to FrontBoard").} May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: Recoverable error launching 'xxx.yyy.zzz', will retry. Error was: Error Domain=FBSOpenApplicationServiceErrorDomain Code=1 "The request to open "xxx.yyy.zzz" failed." UserInfo={BSErrorCodeDescription=RequestDenied, NSUnderlyingError=0x7fbcec2a8080 {Error Domain=FBSOpenApplicationErrorDomain Code=4 "Application "xxx.yyy.zzz" is unknown to FrontBoard." UserInfo={BSErrorCodeDescription=NotFound, NSLocalizedFailureReason=Application "xxx.yyy.zzz" is unknown to FrontBoard.}}, NSLocalizedDescription=The request to open "xxx.yyy.zzz" failed., NSLocalizedFailureReason=The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "xxx.yyy.zzz" is unknown to FrontBoard").} May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: Launch attempt #3104 for bundle 'xxx.yyy.zzz', have been trying to launch for 35778 seconds. Modern launch services = YES May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: Failed to get LSBundleProxy for 'xxx.yyy.zzz' May 11 10:41:51 Mac-mini CoreSimulatorBridge[1794]: [Common] [FBSSystemService]
… but I think it only means the simulator can’t open the app because it wasn’t copied in the first place.
I’m using the daily build 2017.3079 and the newest Xcode.
I have no idea where else to go to pin-point the problem.
I haven’t changed much in the project since it worked apart from a few things:
-
added an Icon-167.png file (iPad icon),
-
added a distribution provisioning profile and submitted to the Appstore,
-
updated Corona (but it stopped working on the previous version),
-
did not add any new plugins,
-
did not change anything in build.settings,
-
may have been some small code tweaks I forgot about
Help!