When I press run to test my game on an iOS simulator, everything compiles fine, Wecome to Xcode window pops up and the simulator opens but that's it. Nothing else happens. It just stays on this in the output log:
Building the game to run on iOS simulator gets stuck ("do sleep 2; done;")
GML:
About to execute:/bin/bash -l -c "cd /Users/NAME/gamemakerstudio2/GMS2IOS/GAMENAME/GAMENAME; open -a '/Applications/Xcode.app' GAMENAME.xcworkspace; while [ ! -d /Users/NAME/gamemakerstudio2/GMS2IOS/GAMENAME/GAMENAME/GAMENAME.xcworkspace/xc*data ]; do sleep 2; done...