I’m getting dSYM warnings for FirebaseAnalytics when validating my app in Xcode:
Upload Symbols Failed
The archive did not include a dSYM for the FirebaseAnalytics.framework with the UUIDs > [D080D817-CA37-3B97-8A51-421A372C12DB]. Ensure that the archive's dSYM folder includes > a DWARF file for FirebaseAnalytics.framework with the expected UUIDs.
I've looked at the package contents of my app archive and there are no dSYM files related to Firebase in the dSYMs folder. I do have one for my app though.
Current situation:
- I’m using Firebase v10.29.0 (installed via Swift Package Manager)
- Analytics is enabled for my app in the Firebase Console
- Events and Crashlytics log messages are being logged are visible in the Firebase Console
- My local GoogleService-Info.plist has IS_ANALYTICS_ENABLED set to ‘No’ (but I’ve tried changing it to ‘Yes’ which doesn’t fix the problem)
- I’ve ensured "Debug Information Format" is set to "DWARF with dSYM File" for both Debug and Release configurations
- The Run Script build phase is running this: "${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run"
- I have all the correct Input Files paths in the script
- I’ve cleaned the project and rebuilt multiple times
I’m out of ideas. What else can I try?
Thanks
binaryTarget
s? Maybe this is a question we have to direct to them? – Trews