firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

[Crashlytics] Xcode16 beta build with debug mode not showing crashes on console

Open themiswang opened this issue 1 year ago • 0 comments

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. Screenshot 2024-06-28 at 2 32 59 PM

Reproducing the issue

  • Build application for debug mode in Xcode 16
  • Set ENABLE_DEBUG_DYLIB=YES for 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

themiswang avatar Jun 28 '24 18:06 themiswang