Support Xcode 14.2.0

takuya
The Web Tub
Mar 17, 2023

--

We have started supporting Xcode 14.2.0 for iOS app builds. You can use the following steps for the latest project (Cordova 11).

Please note that iOS simulator builds are only supported on ARM architecture. Therefore, simulator builds on unsupported architectures cannot be performed.

Set up a build environment

  1. From the Monaca Cloud IDE menu, select “Build” → “Build Environment Settings”.

2. Select Xcode 14.2.0.

3. After configuring the Xcode version, click the “Save” button. The settings will be saved for each project.

Once the settings are saved, building the iOS app will use Xcode 14.2.0 for the app build.

--

--