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

When application's build being installed to iPhone via Firebase App Distribution, console output in DBDebugToolkit is not complete (many lines are missing) #65

Open
fedfork opened this issue Mar 29, 2022 · 0 comments

Comments

@fedfork
Copy link

fedfork commented Mar 29, 2022

Hello, dbukowski!

I've faced an issue (bug?) while using DBDebugToolkit with Swift iOS(iPhone) application. If app being built to Simulator, or directly to device using XCode and usb cable, everything works perfectly fine.

But for testing purposes, I upload application to Firebase App Distribution. I do that with Fastlane. Fastlane builds the app, and then loads the build to Firebase App Distribution (through Firebase CLI). After that, the build becomes available for installation on approved devices without a cable, directly from Firebase App Distribution service.

When app installed this way, Console output in DBDebugToolkit is incomplete. Many lines are, for sure, missing. And, sometimes, missing lines appear, but with long delay. Sometimes missing lines don't appear at all.

What I've tried:
1/ Change build configuration from debug to adhoc and build directly to device using usb cable - console output was complete, means issue is not dependant on build configuration.
2/ Change build options in Fastfile and build to Firebase again (available options: include bitcode, include symbols) - nothing changed.

About environment:
Xcode 13.1
Swift 5
DBDebugToolkit 0.6.2
Fastlane 2.205.1

My build settings in fastfile:
Screenshot 2022-03-29 at 12 39 11

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

1 participant