Missing FirebaseNanoPB and GoogleToolboxForMac, and I'm unable to build the project without those. Everything worked great before updating to 5.6.0
Simply update dependencies using Carthage.
@josemssilva Thanks for the report.
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:
Carthage/Build/iOS.In addition to deleting frameworks that no longer exist, the following new frameworks will always need to be added to the Xcode project:
@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.
@Banck See https://github.com/firebase/firebase-ios-sdk/issues/9#issuecomment-393339765
Most helpful comment
In addition to deleting frameworks that no longer exist, the following new frameworks will always need to be added to the Xcode project: