question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS app crashes using TestFlight

See original GitHub issue

Description

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

  1. Create working iOS release
  2. Archive iOS package
  3. Distribute via TestFlight
  4. 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:closed
  • Created 10 months ago
  • Reactions:1
  • Comments:21 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
codingL3gendcommented, Nov 11, 2022

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

0reactions
msftbot[bot]commented, Jan 2, 2023

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found