You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase 5.5.0 reorganized and renamed some of the underlying frameworks. For example, FirebaseNanoPB is now MeasurementNanoPB and GoogleToolboxForMac was replaced by GoogleUtilities for some dependencies.
There are two approaches:
Remove the no longer used frameworks from the Xcode project and copy the new ones in.
Remove all Firebase frameworks and copy everything from Carthage/Build/iOS.
@paulb777 Hello!
When I ran "sudo carthage update --platform iOS"
I get this message:
error: unable to open '***/Carthage/Build/iOS/Protobuf.framework/Protobuf': No such file or directory.
As I can see there is Protobuf.framework in Carthage/Build/iOS.
With 5.4.0 all the fine.
Missing
FirebaseNanoPB
andGoogleToolboxForMac
, and I'm unable to build the project without those. Everything worked great before updating to5.6.0
Steps to reproduce:
Simply update dependencies using Carthage.
The text was updated successfully, but these errors were encountered: