Hello. I’m iOS Developer using circle ci & Fastlane
My Fastlane occurs this error when build on circle ci. It works on my machine.
[04:10:58]: Exit status: 65
[04:10:58]:
[04:10:58]: Maybe the error shown is caused by using the wrong version of Xcode
[04:10:58]: Found multiple versions of Xcode in '/Applications/'
[04:10:58]: Make sure you selected the right version for your project
[04:10:58]: This build process was executed using '/Applications/Xcode-15.0.1.app'
[04:10:58]: If you want to update your Xcode path, either
[04:10:58]:
[04:10:58]: - Specify the Xcode version in your Fastfile
[04:10:58]: ▸ xcversion(version: "8.1") # Selects Xcode 8.1.0
[04:10:58]:
[04:10:58]: - Specify an absolute path to your Xcode installation in your Fastfile
[04:10:58]: ▸ xcode_select "/Applications/Xcode8.app"
[04:10:58]:
[04:10:58]: - Manually update the path using
[04:10:58]: ▸ sudo xcode-select -s /Applications/Xcode.app
[04:10:58]:
+------------------------------------------------+
| Build environment |
+---------------+--------------------------------+
| xcode_path | /Applications/Xcode-15.0.1.app |
| gym_version | 2.219.0 |
| export_method | app-store |
| sdk | iPhoneOS17.0.sdk |
+---------------+--------------------------------+
and I checked there are two Xcode in Application Folder. Xcode-15.0.1.app, Xcode.app
How can I remove Xcode.app on circle ci?