Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(0.9.0) App is Crashing on App Store / Test Flight #67

Open
pskow opened this issue Apr 29, 2022 · 2 comments
Open

(0.9.0) App is Crashing on App Store / Test Flight #67

pskow opened this issue Apr 29, 2022 · 2 comments

Comments

@pskow
Copy link

pskow commented Apr 29, 2022

Hello!
Version: 0.9.0 installed by cocoapods
App works fine in debug mode, but crashes app immediately on Test Flight/App Store without crash logs.
iOS 15.4.1
Xcode 13.3.1
OS X Monterey
I've experienced similar crashes when external dynamic library was not embedded into the target.

@mmdock
Copy link

mmdock commented Aug 10, 2023

set this up in cocoapods as pod "DBDebugToolkit", :configurations => ['Debug'] to ensure it only installs on debug builds. This will keep DBDebugToolkit out of production builds.

if you need this available for testers, i would recommend a Prerelease configuration, that goes to Testflight only and link testers to the testflight build for testing.

@pskow
Copy link
Author

pskow commented Aug 10, 2023

Hello,
thank you for the reply.
This is exactly how my setup works - I have test environment on test flight and this is we’re it is crashing.
It’s been a while, i would need to verify if it’s still happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants