0

I have tried to add firebase sdk using pods, but when I run the project I am getting the error framework not found. What can I do to solve this issue?

Error : Library not found for -lGoogleToolboxForMac Also pods -> products libGoogleToolboxForMac.a is showing red

  • Have you tried deleting this red entry "libGoogleToolboxForMac.a" ? – santak Jul 25 '17 at 07:27
  • 2
    Possible duplicate of [Error: ld: library not found for -lPods with CocoaPods](https://stackoverflow.com/questions/23489920/error-ld-library-not-found-for-lpods-with-cocoapods) – Pipiks Jul 25 '17 at 07:28
  • After you added pods, do you open the project with .xcodeproj or .xcworkspace? – mag_zbc Jul 25 '17 at 07:39
  • i'm also walking with .xcworkspace and i'm not able to delete red entry "libGoogleToolboxForMac.a" – Bhumi Nandola Jul 25 '17 at 08:25

2 Answers2

0

pod ‘Firebase/Core’ pod ‘Firebase/Messaging’ pod ‘GoogleSignIn’

I was getting the same error but after adding above pods I am not getting it.

and also check if your firebase.plist is correctly put.

iSukhi
  • 25
  • 1
  • 10
0

I have also faced same problem after integrating firebase pods in my project and i have solved this issue by updating pods in terminal. Try it may be it can also help you out.

ashish.surana
  • 130
  • 3
  • 13