IOS simulator error

I tried to build for IOS and open in Xcode IOS Simulator for “HelloWorld” project.
Build succeeded but app crashes on start.
What am I missing?

I make a clean install all.
Corona Simulator : Version 2023.3701 (2023.12.5)
MacOS : Sonoma Version 12.2.1
Xcode : Version 15.0.1 (15A507)
IOS SDK: 17.0

Logs:

iOS build succeeded in 17 seconds
Running '/Users/penguen/Desktop/HelloWorld.app' on Xcode iOS Simulator - iPhone 15 Pro / iOS 17.0
Error running /Applications/Corona-3701/Corona Simulator.app/Contents/Resources/xcodesim_sendapp.sh (
                        "/Users/penguen/Desktop/HelloWorld.app",
                        "xxxxxxxxxxxx"
                    )
Restarting Xcode Simulator ...
        No matching processes belonging to you were found
        An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
        Simulator device returned an error for the requested operation.
        The request was denied by service delegate (SBMainWorkspace).
        Underlying error (domain=FBSOpenApplicationServiceErrorDomain, code=1):
           The request to open "HelloWorld" failed.
           The request was denied by service delegate (SBMainWorkspace).

Copy & paste your error message to Google and here’s what I’ve found:

Also, another method suggested is updating both your Solar2D and Xcode to the latest version. That could also work.

Can you try those out to see if they work?

1 Like

Bad luck!
Solar2d 2024.3702 version was released 16 hours ago and xcode 15.1 update has arrived.
It’s been 16 hours since I downgraded my Xcode version from 15.1 to 15.0.1 and tested it :frowning:
I hope IOS SDK 17.2 is supported.

Thanks for your response. I will try again with the latest versions of all of them.

Same error with the latest version.

Corona Simulator : Version 2024.3702
Xcode : Version 15.1 (15C65)
IOS SDK: 17.2 or 17.2 Metal

domain=FBSOpenApplicationServiceErrorDomain, code=1

These didn’t work:
I tried Corona Simulator: “Clear Project Sandbox”
I tried IOS Simulator: “Device” => “Erase All Content and Settings”

This is worked for me too :v:
softwareupdate --install-rosetta --agree-to-license

1 Like