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

Cant build maui using git actions #11399

Closed
2 of 16 tasks
Ievhenii365 opened this issue Jan 15, 2025 · 4 comments
Closed
2 of 16 tasks

Cant build maui using git actions #11399

Ievhenii365 opened this issue Jan 15, 2025 · 4 comments

Comments

@Ievhenii365
Copy link

Ievhenii365 commented Jan 15, 2025

Description

  • Display Runner Information: macos-latest

Darwin Mac-1736[9]58864203.local 23.6.0 Darwin Kernel Version 23.6.0: Fri Nov 15 15:13:40 PST 2024; root:xnu-10063.141.1.702.7~1/RELEASE_ARM64_VMAPPLE arm64
Xcode 15.4
Build version 15F31d

List Installed Xcode Versions:
Google Chrome for Testing.app
Google Chrome.app
PowerShell.app
Python 3.11
Python 3.12
Python 3.13
Safari.app
Utilities
Xcode.app
Xcode_15.0.1.app
Xcode_15.0.app
Xcode_15.1.0.app
Xcode_15.1.app
Xcode_15.2.0.app
Xcode_15.2.app
Xcode_15.3.0.app
Xcode_15.3.app
Xcode_15.4.0.app
Xcode_15.4.app
Xcode_1[6].1.0.app
Xcode_16.1.app
Xcode_16.2.0.app
Xcode_16.2.app

Here i select Xcode_16.2.app.

  • Switching to Xcode Xcode_16.2.app...

Running Xcode first launch setup...
Verifying Xcode path...
/Applications/Xcode_16.2.app/Contents/Developer
Verifying SDK availability...
DriverKit SDKs:
DriverKit 24.2 -sdk driverkit24.2

iOS SDKs:
iOS 18.2 -sdk iphoneos18.2

iOS Simulator SDKs:
Simulator - iOS 18.2 -sdk iphonesimulator18.2

macOS SDKs:
macOS [15].2 -sdk macosx15.2
macOS 15.2 -sdk macosx15.2

tvOS SDKs:
tvOS [18].2 -sdk appletvos18.2

tvOS Simulator SDKs:
Simulator - tvOS 18.2 -sdk appletvsimulator18.2

visionOS SDKs:
visionOS 2.2 -sdk xros2.2

visionOS Simulator SDKs:
Simulator - visionOS 2.2 -sdk xrsimulator2.2

watchOS SDKs:
watchOS 11.2 -sdk watchos11.2

watchOS Simulator SDKs:
Simulator - watchOS 11.2 -sdk watchsimulator11.2

  • List available SDKs:

DriverKit SDKs:
DriverKit 24.2 -sdk driverkit24.2

iOS SDKs:
iOS 18.2 -sdk iphoneos18.2

iOS Simulator SDKs:
Simulator - iOS 18.2 -sdk iphonesimulator18.2

macOS SDKs:
macOS 15.2 -sdk macosx15.2
macOS 15.2 -sdk macosx15.2

tvOS SDKs:
tvOS 18.2 -sdk appletvos18.2

tvOS Simulator SDKs:
Simulator - tvOS 18.2 -sdk appletvsimulator18.2

visionOS SDKs:
visionOS 2.2 -sdk xros2.2

visionOS Simulator SDKs:
Simulator - visionOS 2.2 -sdk xrsimulator2.2

watchOS SDKs:
watchOS 11.2 -sdk watchos11.2

watchOS Simulator SDKs:
Simulator - watchOS 11.2 -sdk watchsimulator11.2

  • Build step error:
com.apple.actool.compilation-results output-files my-app/obj/iPhoneRelease/net8.0-ios/ios-arm64/actool/bundle/[email protected] my-app/obj/iPhoneRelease/net8.0-ios/ios-arm64/actool/bundle/appicon76x76@2x~ipad.png my-app/obj/iPhone/Release/net8.0-ios/ios-arm64/actool/partial-info.plist com.apple.actool.errors description No simulator runtime version from [<DVTBuildVersion 21A[34](my-app)2>, <DVTBuildVersion 21C62>, <DVTBuildVersion 21E213>, <DVTBuildVersion 21F79>, <DVTBuildVersion 22B81>] available to use with iphonesimulator SDK version <DVTBuildVersion 22C146>

Once there was version Xcode_16.0.app it was flawless good. Since Xcode_16.2.app got those errorrs.

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 12
  • 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

20250106.725

Is it regression?

20241216.651

Expected behavior

I am expecting to produce a build.

Actual behavior

Step for app building fails:

com.apple.actool.compilation-results output-files my-app/obj/iPhoneRelease/net8.0-ios/ios-arm64/actool/bundle/[email protected] my-app/obj/iPhoneRelease/net8.0-ios/ios-arm64/actool/bundle/appicon76x76@2x~ipad.png my-app/obj/iPhone/Release/net8.0-ios/ios-arm64/actool/partial-info.plist com.apple.actool.errors description No simulator runtime version from [<DVTBuildVersion 21A[34](my-app)2>, <DVTBuildVersion 21C62>, <DVTBuildVersion 21E213>, <DVTBuildVersion 21F79>, <DVTBuildVersion 22B81>] available to use with iphonesimulator SDK version <DVTBuildVersion 22C146>

Repro steps

Swtiching from Xcode_16.0.app to Xcode_16.2.app cant make a build.
Xcode 15.4
iOS SDKs: iOS 18.2

@prasanjitsahoo
Copy link
Contributor

HI @Ievhenii365 , We will look into the issue and keep you posted with updates.

@prasanjitsahoo
Copy link
Contributor

Related Issue 11348

@g4mb10r
Copy link

g4mb10r commented Jan 16, 2025

@prasanjitsahoo Could we get this resolved please? Your analytics must show an incredible amount of builds failing due to the missing SDK since you upgraded Xcode to 16.2 but missed installing the iOS 18.2 SDK.

This also appears to be the same issue as: #11329 and #11345

@prasanjitsahoo
Copy link
Contributor

Hi @Ievhenii365
We are closing this issue as a duplicate of #11335. Please follow suggested item in order to be updated on the matter. Thank you.

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