firebase-ios-sdk
firebase-ios-sdk copied to clipboard
[Crashlytics] Xcode16 beta build with debug mode not showing crashes on console
Description
When build application with Debug mode on Xcode16, crashes are not shown on console. Those crashes are held as if they were missing symbols from the require dSYM.
Current Work Around
In build options, disabling Enable Debug Dylib Support, this is also a work around for another known issue for Previews which mentioned in Xcode16 release note. We are also still learning when this new option would be desirable for developers.
Reproducing the issue
- Build application for debug mode in Xcode 16
- Set
ENABLE_DEBUG_DYLIB=YESfor build options - Make a crash
Firebase SDK Version
N/A
Xcode Version
16
Installation Method
N/A
Firebase Product(s)
Crashlytics
Targeted Platforms
All
Relevant Log Output
N/A
If using Swift Package Manager, the project's Package.resolved
N/A
If using CocoaPods, the project's Podfile.lock
N/A