Top "Google-toolbox-for-mac" questions

Google Toolbox for Mac is a collection of utilities from different Google projects that may be of use to developers working on other Mac or iOS projects.

Framework not found GoogleToolboxForMac

After I update my Firebase via "pod update", I got error like this : ld: warning: directory not found for option …

ios firebase swift2 cocoapods google-toolbox-for-mac
How to unit test asynchronous APIs?

I have installed Google Toolbox for Mac into Xcode and followed the instructions to set up unit testing found here. …

iphone unit-testing asynchronous google-toolbox-for-mac
ld: library not found for -lGoogleToolboxForMac

I am implementing firebase setup via pods. My Pods file looks like following one. # Uncomment the next line to define …

objective-c firebase-cloud-messaging xcode8.1 google-toolbox-for-mac
Xcode error: library not found for -lGoogleToolboxForMac

I am trying to install admobs in my iPhone App (written in objective-c). I have implemented this many times using …

ios objective-c xcode admob google-toolbox-for-mac
Is it possible to exclude dependency in Cocoapods?

Firebase/Messaging have dependencies on: Using Firebase Using FirebaseAnalytics Using FirebaseCore Using FirebaseInstanceID Using FirebaseMessaging Using GoogleInterchangeUtilities Using GoogleSymbolUtilities Using …

ios firebase cocoapods firebase-cloud-messaging google-toolbox-for-mac