taketwopayone.
Update MAUI to net9.0 issue
I just updated our Blazor MAUI app from net8.0 to net9.0 and totally stuck on this error:
error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.win-x64 with version (= 9.0.0)
error NU1102: - Found 102 version(s) in nuget.org [ Nearest version: 9.0.0-preview.7.24405.7 ]
Anyone has any tips on how to resolve it? I cant find that we are even using that library somewhere
1 replies
JavaScript Framework with C# syntax
Does anyone know if there is any alternative to JS Frameworks such as Angular, React, Svelte etc but has C# syntax and structure? We're primarily using Blazor for our main apps and very satisfied with it, but we are currently building some smaller apps and we do not want the user to be required to load the framework and have the overhead. But we would still like to stay in the "C# Realm".
4 replies
MAUI new Apple requirements
Hi everyone, I suddenly get these errors from the Apple Transporter when uploading my MAUI app:
Asset validation failed (90270)
Unsupported toolchain. Packages submitted to the App Store must be created either through Xcode, or using the productbuild[1] tool, as described in "Submitting your Mac apps to the App Store." Packages created by other tools, including PackageMaker, are not acceptable. [SIS] (ID:...)
Asset validation failed (90259)
Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file. (ID: ...)
Any guidance on how to fix these issues?
2 replies