should I use same beta version for all nugets or mix with more recent nugets when available for .NET9 Maui? #1582
Replies: 2 comments 1 reply
-
You use betas at your own risk. They come with absolutely zero support until they are stable. |
Beta Was this translation helpful? Give feedback.
-
I Love your tools!! I'd prefer to Not use the beta. I'm using .NET9 in VS 2022 on Windows. Can you tell me how I can keep on older supported versions? As after the last .NET9 updates I couldn't build. I think your release version of nugets pull in several other nugets which cause a conflict with GoogleAppMeasurement 8.9.1 via 1>C:\N\xamarin.firebase.ios.core\8.10.0.3\buildTransitive\Xamarin.Firebase.iOS.Core.targets(216,5): error : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip: internal link edit command failed 1>C:\N\xamarin.firebase.ios.core\8.10.0.3\buildTransitive\Xamarin.Firebase.iOS.Core.targets(216,5): error MSB3073: The command ""$(xcrun -find bitcode_strip)" C:/Users/Me/AppData/Local/XamarinBuildDownloadCache/GAppM-8.9.1/GoogleAppMeasurement-8.9.1/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement -r -o C:/Users/Me/AppData/Local/XamarinBuildDownloadCache/GAppM-8.9.1/GoogleAppMeasurement-8.9.1/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement" exited with code 1. Simply moving to your beta's meant I was able to build. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just had to upgrade to the beta to be able to build .NET9 Maui with IOS.
Some of the libraries are more recent beta's than 0040.
Should I use the same verion of nuget for .. All (like this shows) .. or use the Latest beta for some when available.
And do I need the Xamarin.Build.Download nuget now?
Beta Was this translation helpful? Give feedback.
All reactions