You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: