Hi, so I was following the link answered in this guy's question about Bevy iOS app development: Bevy iOS app development · bevyengine/bevy · Discussion #8694 · GitHub
which took me to the guide there for ios: bevy/examples at latest · bevyengine/bevy · GitHub
I ran the command rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
but when I go into the cd examples/mobile
and run make run
I just get this error:
xcrun simctl boot ECE5D2D4-3FFD-4A7F-B8DF-EF33E57A767A || true
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60):
Unable to boot the Simulator.
launchd failed to respond.
Underlying error (domain=com.apple.SimLaunchHostService.RequestError, code=4):
Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding
xcrun simctl install ECE5D2D4-3FFD-4A7F-B8DF-EF33E57A767A build/Build/Products/Debug-iphonesimulator/bevy_mobile_example.app
An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to lookup in current state: Shutdown
make: *** [install] Error 149
Can someone please help me... what do I need to do to get it running in the iOS simulator? I'm on mac 13.2.1 btw. thanks