File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
test/Sentry.Maui.Device.TestApp Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup Environment
3131 uses : ./.github/actions/environment
3232
33+ # macOS 15 (Arm64) runners (and later) only include three most recent platform tools of installed Xcode versions
34+ # see https://github.com/actions/runner-images/issues/12541
35+ - name : Download Xcode components
36+ run : xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0 -architectureVariant arm64
37+
3338 - name : Build iOS Test App
3439 run : pwsh ./scripts/device-test.ps1 ios -Build
3540
Original file line number Diff line number Diff line change 3434 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
3535 <!-- Pin target iOS version so that our tests don't break when new versions of Xcode are released.
3636 'net8.0-ios' resolves the latest version of the iOS SDK otherwise. -->
37- <TargetPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >18</TargetPlatformVersion >
37+ <TargetPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >18.0 </TargetPlatformVersion >
3838
3939 <EmbedAssembliesIntoApk >true</EmbedAssembliesIntoApk >
4040
You can’t perform that action at this time.
0 commit comments