iOS Simulators
You can run and stop the iOS simulator directly from the VSCode sidebar. This functionality utilizes xcrun
, which is a
component of the Xcode command-line tools.
Features:โ
- ๐ Boot iOS Simulator โ Click the green
โถ๏ธ
button next to the simulator name in the "Simulators" panel to boot the iOS Simulator. - ๐ Stop iOS Simulator โ Click the red
โน
button next to the simulator name in the "Simulators" panel to stop the iOS Simulator. - ๐ฑ Run iOS Simulator โ Click the
๐ฑ
button at the top of the "Simulators" panel to run the iOS Simulator. - ๐ Refresh iOS Simulators โ Click the
โป
button at the top of the "Simulators" panel to refresh the list of iOS Simulators. - ๐งน Clean Simulator Cache โ Use this feature to remove the simulator cache in case of errors.
If you are looking for more features, please open a discussion or issue on the SweetPad GitHub repository.
๐ฑ If you encounter the error
Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or stopped responding
when trying to boot the iOS Simulator, use the "Remove simulator cache" button to clean the cache and try again.