taketwopayone.
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