[Crashlytics] Xcode16 beta build with debug mode missing dSYM #13543
Closed
Description
opened on Aug 26, 2024
Description
When building application with Debug
mode on Xcode16, dSYM fails to upload to Crashlytics.
This is related to #13202
Workaround is to disable Debug Dylib Support
in target Build settings. But this causes SwiftUI previews to not work.
Reproducing the issue
- Set ENABLE_DEBUG_DYLIB=YES for build options
- Build application for debug mode in Xcode 16
Firebase SDK Version
11.1.0
Xcode Version
16.0 Beta 6
Installation Method
Swift Package Manager
Firebase Product(s)
Crashlytics
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved
snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock
snippet
Replace this line with the contents of your Podfile.lock!
Activity