You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Big Sur with default XCode version 12.4. Using xcode-install, I installed XCode 10.3 and switched it to default version by means of command sudo xcode-select --switch /Applications/Xcode-10.3.app/Contents/Developer.
After that, I'm no longer able to execute commands xcrun simctl list or xcrun xctrace list devices to list installed and available simulators. I get the error:
sh: line 1: 3806 Bus error: 10 /Applications/Xcode-10.3.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode-10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -find simctl 2> /dev/null
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
I switching back to version 12.4, the problem doesn't occur anymore.
The text was updated successfully, but these errors were encountered:
igorgiumellizup
changed the title
Can't use xcrun simctl list after Installed XCode 10.3
Can't use xcrun simctl list after I installed XCode 10.3
Oct 6, 2021
Hello
I'm using Big Sur with default XCode version 12.4. Using xcode-install, I installed XCode 10.3 and switched it to default version by means of command
sudo xcode-select --switch /Applications/Xcode-10.3.app/Contents/Developer
.After that, I'm no longer able to execute commands
xcrun simctl list
orxcrun xctrace list devices
to list installed and available simulators. I get the error:I followed this guide but that also din't do the trick.
I switching back to version 12.4, the problem doesn't occur anymore.
The text was updated successfully, but these errors were encountered: