react-native-owl icon indicating copy to clipboard operation
react-native-owl copied to clipboard

Implement a helper command to allow booting the simulator

Open manosim opened this issue 4 years ago • 1 comments

manosim avatar Oct 15 '21 13:10 manosim

iOS - Boot app with xcrun simctl bootstatus "iPhone 13 Pro" -b This command either returns immediately when the simulator is already booted, or boots the simulator then returns.

The simulator is booted in the background, so run open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app to open the simulator app.

robwalkerco avatar Sep 02 '22 09:09 robwalkerco