cirruslabs / macos-image-templates

MIT License
207 stars 56 forks source link

Fixed Simulator Opening #146

Closed fkorotkov closed 4 months ago

fkorotkov commented 4 months ago

For some reason open -a Simulator stopped working and only opening by a full path works.

I was able to fix it manually by launching Xcode manually and closing it. Seems it does something more than xcodebuild -runFirstLaunch.

In any case, this change intorcudces a warmup script for Xcodes which opens all of them, waits a bit and verifies open -a Simulator works.