Skip to content
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

Closed
2 of 15 tasks
mihaicris-adoreme opened this issue Mar 1, 2025 · 4 comments
Closed
2 of 15 tasks

Comments

@mihaicris-adoreme
Copy link

mihaicris-adoreme commented Mar 1, 2025

Description

macos-15-arm64 has no iOS 18.2 simulator

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

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 }

Ineligible destinations for the "[REDACTED]" scheme:
	{ 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 }

Repro steps

Run xcodebuild with simulator iPhone 16 Pro (18.2)

@Miniontoby
Copy link

Miniontoby commented Mar 1, 2025

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.

@duoclikebook
Copy link

duoclikebook commented Mar 1, 2025

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).

@Miniontoby
Copy link

Your thread links to this exact issue... I think you messed your link up

@erik-bershel
Copy link
Contributor

I am going to close this item as a duplicate. Please consider continuing discussion in an original issue.

@erik-bershel erik-bershel added the duplicate This issue or pull request already exists label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants