-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 18.2 is not installed / Image: macos-15-arm64 Version: 20250226.766 #11695
Comments
Same issue here: Tool /usr/bin/xcrun execution finished (exit code = 1).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.ibtool.errors</key>
<array>
<dict>
<key>description</key>
<string>iOS 18.2 Platform Not Installed.</string>
</dict>
</array>
</dict>
</plist>
/Users/runner/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.2/18.2.9180/tools/msbuild/Xamarin.Shared.targets(820,3): error : /usr/bin/xcrun exited with code 1 [/Users/runner/work/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft.Client/VoiceCraft.Client.iOS/VoiceCraft.Client.iOS.csproj]
/Users/runner/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.2/18.2.9180/tools/msbuild/Xamarin.Shared.targets(820,3): error : [/Users/runner/work/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft.Client/VoiceCraft.Client.iOS/VoiceCraft.Client.iOS.csproj]
/Users/runner/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.2/18.2.9180/tools/msbuild/Xamarin.Shared.targets(820,3): error : ibtool exited with code 1 [/Users/runner/work/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft.Client/VoiceCraft.Client.iOS/VoiceCraft.Client.iOS.csproj]
/Users/runner/.dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.2/18.2.9180/tools/msbuild/Xamarin.Shared.targets(820,3): error : [/Users/runner/work/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft.Client/VoiceCraft.Client.iOS/VoiceCraft.Client.iOS.csproj]
Resources/LaunchScreen.xib : ibtool error : iOS 18.2 Platform Not Installed. [/Users/runner/work/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft-MCBE_Proximity_Chat/VoiceCraft.Client/VoiceCraft.Client.iOS/VoiceCraft.Client.iOS.csproj]
Build FAILED. |
We ran into this yesterday as well. See this thread for a temporary workaround: downloading iOS 18.2 as a build step. It increased our build times by 15 minutes, so not a long-term solution, but enough for us to get by. Edit: Yes, indeed I messed up the link. Corrected it to point to the referenced issue (which this is duplicated against). |
Your thread links to this exact issue... I think you messed your link up |
I am going to close this item as a duplicate. Please consider continuing discussion in an original issue. |
Description
macos-15-arm64 has no iOS 18.2 simulator
Platforms affected
Runner images affected
Image version and build link
Version 20250226.766
Is it regression?
YES
Expected behavior
Build without errors with iOS 18.2 simulator
Actual behavior
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ id:09B07162-0AB4-4497-9293-37E8C58C081E }
Repro steps
Run xcodebuild with simulator iPhone 16 Pro (18.2)
The text was updated successfully, but these errors were encountered: