I need to build my app on an XS device. I am using Xcode 9.2.
How can I add the XS modal in my Xcode externally?
In my simulator I have up to iPhone X.
My machine Version:
OS X version: 10.12.6 (16G29)
Xcode version: 9.2
I need to build my app on an XS device. I am using Xcode 9.2.
How can I add the XS modal in my Xcode externally?
In my simulator I have up to iPhone X.
My machine Version:
OS X version: 10.12.6 (16G29)
Xcode version: 9.2
Simple solution:
For those here with the same problem but for Xcode 10.x and need iOS 13 simulators (iPhone 11, for instance) do the following:
Xcode menu
> Open Developer Tool
> Simulator
Hardware menu
> Device
> iOS 13
to select and run your desired deviceIn Xcode go to Window > Devices and Simulators Here click on the simulators and then click on '+' to add a desired device.
Update 2020
Open xcode simulator File > Open device > select your desired device.
for that u need to upgrade your xcode version to xcode 10, thats not available for xcode 9.2
For Simulator iPhone Xs 13.3
is not available by default in simulators list, So we would have to create it.
Steps :-
•Xcode Menu -> •Open Developer Tool -> •Simulator ->• Hardware -> •Device -> •Manage Devices -> •Simulators -> •Left Column -> •Click on + to create your device -> •Add Simulator Name (possibly iPhone Xs 13.3
)…Device type to be iPhone Xs and OS Version iOS 13.3
-> •Create
Your New Device will be available in the list of Devices.
Similarly we can create other devices too.
[xcode]
iPhone XS simulator is available on XCode 10 and above.
We can’t able to create a iPhone XS simulator on below XCode 10
But we can add
iOS 12.0 simulators in XCode 9.3