Skip to content

Missing frameworks after update from 5.4.0 to 5.6.0 #1701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
josemssilva opened this issue Aug 16, 2018 · 4 comments
Closed

Missing frameworks after update from 5.4.0 to 5.6.0 #1701

josemssilva opened this issue Aug 16, 2018 · 4 comments
Assignees
Labels

Comments

@josemssilva
Copy link

  • Xcode version: 9.4.1
  • Firebase SDK version: 5.6.0 (updated from 5.4.0)
  • Firebase Component: Messaging
  • Component version:

Missing FirebaseNanoPB and GoogleToolboxForMac, and I'm unable to build the project without those. Everything worked great before updating to 5.6.0

Steps to reproduce:

Simply update dependencies using Carthage.

@paulb777
Copy link
Member

@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:

  1. Remove the no longer used frameworks from the Xcode project and copy the new ones in.
  2. Remove all Firebase frameworks and copy everything from Carthage/Build/iOS.

@paulb777 paulb777 self-assigned this Aug 16, 2018
@paulb777
Copy link
Member

In addition to deleting frameworks that no longer exist, the following new frameworks will always need to be added to the Xcode project:

  • GoogleUtilities.framework
  • GoogleAppMeasurement.framework
  • MeasurementNanoPB.framework

@Banck
Copy link

Banck commented Aug 26, 2018

@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.

@paulb777
Copy link
Member

@Banck See #9 (comment)

@firebase firebase locked and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants