akaffenberger / firebase-ios-sdk-xcframeworks

A small mirror for https://github.com/firebase/firebase-ios-sdk, to add support for binary (xcframework) distribution with swift package manager.
MIT License
144 stars 34 forks source link

GoogleSignIn LLDB issues #89

Open MartinPrusa opened 2 months ago

MartinPrusa commented 2 months ago

Since GoogleSignIn 7.1.0 lldb Xcode started to have issues there is issue that has been solved. https://github.com/google/GoogleSignIn-iOS/issues/396

We need to update to GoogleSignIn version 8.0.0, that should solve this issue https://github.com/google/GoogleSignIn-iOS/releases/tag/8.0.0

MartinPrusa commented 2 months ago

I also noticed that the size of GoogleSignIn xcframework in recent releases since rapidly shrank. Perhaps that could be issue here as well. But I believe that the path forward is to update to 8.0.0.

akaffenberger commented 2 months ago

@MartinPrusa, that change will need to happen in the base firebase repository (when they release they should include the updated GoogleSignIn binary)