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’
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’