Open PureWeen opened 17 hours ago
Issue moved from dotnet/maui#26041
From @similar-issues-ai[bot] on Thursday, November 21, 2024 10:58:43 PM
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Issue moved from dotnet/maui#26041
From @southgate-rob on Thursday, November 21, 2024 11:10:57 PM
A binlog for the build can be found at here.
First I would disable native symbol stripping by adding this to your csproj (this will make the stack traces in the crash report better):
<PropertyGroup>
<NoSymbolStrip>true</NoSymbolStrip>
</PropertyGroup>
Then could you try to build & run directly on a Mac to see if that crashes as well?
Hi @PureWeen. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Issue moved from dotnet/maui#26041
From @southgate-rob on Thursday, November 21, 2024 10:58:30 PM
Description
We've developed a fairly simple app that uses a couple of 3rd party frameworks (via iOS Binding projects) which works fine in the iOS simulators and local attached devices but crashes when using a remote device or published to Test Flight.
Looking at the Crash Report is appears to be a Code Signing issue but we can't figure out why it is occurring only on remotely connected device during debugging.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output