Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list. Unlock your device and (⌘R) run the application.
Read moreCan you run iOS simulator without Xcode?
Launching the Simulator, though, always requires opening Xcode and going to Developer Tools . Because the Simulator. app is embedded within the Xcode app bundle, apps like LaunchBar won’t find it to index it.
Read moreWhat is simulator build in iOS?
This option lets you build for a specific device. For example, if you run the following command, the app built is intended for iPhone 11 with iOS 13.3: xcodebuild -sdk iphonesimulator -destination ‘platform=iOS Simulator,name=iPhone 11,OS=13.3’
Read more