Tuesday, March 10, 2020

[xCode] - runtime is not available


Error message while try to run your application on simulator


If you got this error "The iOS XX.X simulator runtime is not available" (where XX.X is the version of iOS on simulator) while trying to run your application on simulator only need to kill all open CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

No comments :

Post a Comment