-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown binary with magic ... at /Applications/Xcode.app/Contents/Developer/usr/bin/simctl #105
Comments
I started the simulator manually and it's working now.. |
Still happening |
I solved this launching the simulator manually. |
I've tried this approach too and it's still crashing.
|
|
Same selections. Also I'm running on Big Sur 11.0.1 |
actually iam facing the same crash even after booting simulator manually, any help ? |
I have the same problem running from xcode debug. macOS 12.3.1 xcode 13.4. The key piece of information is the magic 0x622f2123, which is the value for a shell script. And indeed, at /Applications/Xcode.app/Contents/Developer/usr/bin we have a file simctl which is a bash file. It invokes /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/bin/simctl which is the real binary. I verified that /usr/bin/xcrun simctl actually invokes the bash file, which then calls the binary. |
I reproduced the problem with a small (very small) demonstration program. I posted at Stack Overflow: executing xcrun from swift command line program |
Got the same issue any solutions ? |
What am I missing? I can't seem to "boot" the simulator
The text was updated successfully, but these errors were encountered: