0

Found my iOS Fastlane deployment suddenly failing without change.

[12:20:22]: ▸ 2025-09-10 12:20:22.000 xcodebuild[5340:21266] Writing error result bundle to /var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/ResultBundle_2025-10-09_12-20-0022.xcresult
[12:20:23]: ▸ xcodebuild: error: Unable to find a destination matching the provided destination specifier:
[12:20:23]: ▸       { generic:1, platform:iOS }
[12:20:23]: ▸   Ineligible destinations for the "iosApp" scheme:
[12:20:23]: ▸       { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 18.2 is not installed. To use with Xcode, first download and install the platform }
[12:20:23]: Exit status: 70
[12:20:23]: 
[12:20:23]: Maybe the error shown is caused by using the wrong version of Xcode
[12:20:23]: Found multiple versions of Xcode in '/Applications/'
[12:20:23]: Make sure you selected the right version for your project
[12:20:23]: This build process was executed using '/Applications/Xcode_16.2.app'
[12:20:23]: If you want to update your Xcode path, either

1 Answer 1

0

Simply had to update my Fastfile from

xcodes(version: "16.2")

to

xcodes(version: "16.4")
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.