firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.51k stars 1.44k forks source link

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

Closed themiswang closed 1 month ago

themiswang commented 1 month ago

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

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 commented 1 month ago

Fix is merged on backend, verified it works. Gonna close this issue.