XCode 11
It seems to be broken on XCode 11
It seems to be broken on XCode 11
I had the same issue. You could try compiling the .app from the latest source code (as opposed to using brew). I tried this and was successful again at seeing the simulators.
@ws513 could you give more details on what's going on? I'm using Xcode 11 and using the brew version and seems to be alright.
What macOS version are you using? And what exactly happens? Does it not open, does it not list simulators, etc?
thanks
@Bunn
Same issue, doesn't list my simulators, on
10.14.6 Mojave 11.0 (11A420a) XCode 0.4.3 OpenSims
@ws513 @Bunn
Found a solution, running this in terminal fixed it.
sudo xcrun xcode-select -s /Applications/Xcode.app/Contents/Developer
@dimitriadamou
That fix worked for me. Thanks!
Still have no simulator found. Config: 10.14.6 Mojave 11.2 Xcode 0.4.3 brew OpenSim Tried the xcode-select trick, not working.
@dimitriadamou worked for me, thanks a bunch!