iOS & Xcode Setup
Only Apple/Mac devices can create Apple builds. There is no way to locally create an iOS build on a Windows/Linux machine.
In order to be able to create iOS builds you will need to take the following steps:
- Download the latest Xcode from the App Store ->
- It is important you keep Xcode up to date, so your builds work on the most recent devices
- Once Xcode is downloaded open it and accept the licenses ->
- If you see the error
xcode-select: error: tool 'xcodebuild' requires Xcode
orNo emulators or devices found.
, runsudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- If you see the error
- Xcode comes with a set of emulators pre installed. To expand the emulators available to corber create them through Xcode
- Once Xcode is open press Window, Devices + Simulators
- Press the ‘Simulators’ tab
- New emulators can be created
Next: