iOS app crashes using TestFlight
See original GitHub issueDescription
My iOS App crashes on startup when I distribute it via TestFlight. It works fine when I publish it via Release mode from mac to an iPhone. I recorded my device logs via XCode and after the app crashes I receive the following error:
According to this person here https://developer.apple.com/forums/thread/669864 it could be a framework problem, when not all dependencies are archived in the final build. Since the build works fine in Release mode published from Visual Studio I don’t know how to fix or indicate further what causes this problem.
(Version is .NET 7.0, not available yet in dropdown)
Steps to Reproduce
- Create working iOS release
- Archive iOS package
- Distribute via TestFlight
- App crashes
Link to public reproduction project repository
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
tested with iOS 16
Did you find any workaround?
no
Relevant log output
`Unable to move topic <private>, This topic was not in the list provided! APSTopicListEnabled`
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:21 (5 by maintainers)
Top Results From Across the Web
App crashes immediately on start u…
The vast majority of crashes that only show up in TestFlight (and App Review and with end users) are caused by differences between...
Read more >App Crashes Only On Testflight Build
If the app crashes while using it, then you have a bug in your code. You need to provide a symbolicated crash report...
Read more >App distributed via TestFlight crashes on launch
As of yesterday, an app I am developing is crashing on launch via TestFlight. It was working fine previously and the update was...
Read more >App crash in TestFlight : r/reactnative
When i run expo start and run app locally it is working fine, no error no crash. However after deploying app to Testflight...
Read more >App crashes after TestFlight download, but no issues if ...
i have a app deployed to my phone from Xcode directly and there were no issues, if I upload it to TestFlight it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Ghevi i am getting that crash log after doing a build through CI/CD and uploading to TestFlight so the bin and obj directories are always fresh. I have also tried to use the interpreter and flags suggested by @borrmann but so far no solution i have tried has worked yet.
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!