Closed myndfire closed 1 year ago
I have the same issue.
Working fine is Android both in simulator and physical devices.
On iOS, work fine in simulator, got error in TestFlight.
Get rejected from Apple Review team since it could not pass the flash screen.
I could not reproduce the error in the simulator.
I wonder if this is because of I published the app using my m1 Mac.
My publish settings
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) and '$(Configuration)' == 'Release'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<MtouchUseLlvm>False</MtouchUseLlvm>
<!-- Only needed when you have a need for entitlements -->
<!-- <CodesignEntitlement>Entitlements.plist</CodesignEntitlement> -->
<CodesignKey>Apple Distribution: {My Name} ({My Code})</CodesignKey>
<CodesignProvision>{My App Code}</CodesignProvision>
<ServerAddress>{My Server Address}</ServerAddress>
<ServerUser>{My Server User}</ServerUser>
<ServerPassword>{My Server Password}</ServerPassword>
<TcpPort>58181</TcpPort>
<ArchiveOnBuild>true</ArchiveOnBuild>
<BuildIpa>true</BuildIpa>
<_DotNetRootRemoteDirectory>/Users/{My Server User}/Library/Caches/Xamarin/XMA/SDKs/dotnet/</_DotNetRootRemoteDirectory>
</PropertyGroup>
My publish command:
sudo dotnet publish -c:Release -f:net6.0-ios
I sent my .ipa file to Apple using Transporter.
any workaround?
Same here not working on real device
Same issue here, after sending to TestFlight then every thing crashes
Hello Try using interpreter as discussed and confirmed here
Thanks @JawadJaber. Will try and post the results.
Confirmed that it works. Appreciate it @JawadJaber
Duplicate of #9597
@mattleibow please reopen this issue since referring issue is closed and locked or create a real issue not working on iOS since this is very urgent and blocking. The interpreter is not a solution, you know. it crashes everywhere we use linq, serialization. It basically breaks the MULTIPLATFORM 'M' part of MAUI.
Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you!
I created https://github.com/dotnet/maui/issues/12353 for your convenience
Description
I have added 3 pages to the default Maui Blazor template app (files attached). Build IDE: Visual Studio Professional 2022 for Mac Preview Version 17.3 Preview (17.3 build 198)
Build Host: Macbook Air (M1)
When I run from vs2022 in debug mode all works, however in release mode nothing happens.
Steps to Reproduce
Updated info.plist:
Ran local release on my macboor air (M1)
dotnet build -t:Run -c:Release -f net6.0-maccatalyst MyMauiBlazorApp.csproj
ALL WORKS FINE IN THE APP !Created archive for iOS
==============. FAILS ===========
Kindly advice.
Version with bug
7.0 Release Candidate 1 or older
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
macOS 12.3.1 (21E258)
Did you find any workaround?
No
Relevant log output
No response