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

Pin older iOS versions when building Sentry.Maui #3777

Open
jamescrosswell opened this issue Nov 21, 2024 · 1 comment
Open

Pin older iOS versions when building Sentry.Maui #3777

jamescrosswell opened this issue Nov 21, 2024 · 1 comment

Comments

@jamescrosswell
Copy link
Collaborator

See this discord conversation.

It appears if we simply specify net8.0-ios and net9.0-ios, we'll get different build results depending on what the latests workload installed on the machine running the build is.

Rolf's recommendation (which might enable us to create more deterministic builds, so we get the same results on CI and dev boxes):

set TargetFramework=net8.0-ios17.0 in your library project, that'll work for all .NET 8 iOS workloads and TargetFramework=net9.0-ios18.0 for .NET 9 (although net8.0-ios17.0 works in .NET 9 as well)

@bricefriha
Copy link
Collaborator

Sounds good, I'll try that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants