firebase / firebase-ios-sdk

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

SPM: Binary frameworks seem to be with no stripped symbols #13270

Open jesus-mg-ios opened 1 month ago

jesus-mg-ios commented 1 month ago

Description

I notice that maybe binaries have no stripped symbols. For example:

https://dl.google.com/firebase/ios/swiftpm/10.25.0/FirebaseAnalytics.zip -> Size without strip 169Ks and after strip 149Ks strip -rSTx

Taking in consideration DSYMs would be generated before stripping and after stripping frameworks must be signed, I'm wondering if it's possible do it for all frameworks, and delivering DSYMs anywhere

Thanks in advance.

Reproducing the issue

No response

Firebase SDK Version

10.25.0

Xcode Version

15.0

Installation Method

Swift Package Manager

Firebase Product(s)

AB Testing, Analytics, App Check, App Distribution, Authentication, Crashlytics, Database, DynamicLinks, Firestore, Functions, In-App Messaging, Installations, ML Model Downloader, Messaging, Performance, Remote Config, Storage, VertexAI, All, Infrastructure

Targeted Platforms

All

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 1 month ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.