Answer the question
In order to leave comments, you need to log in
React Native. firebase. How to fix library not found for -lGoogleToolboxForMac error?
Prints library not found for -lGoogleToolboxForMac to the console.
I am using Pod.
Podfile:
target 'Project' do
pod 'GoogleToolboxForMac', '~> 2.1'
pod 'GTMSessionFetcher', '~> 1.1' # version 1.1 & newer up to - but not including - 2.0
pod 'gtm-logger', '>= 0.0.5' # version 0.0.5 or newer
pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Analytics'
pod 'Firebase/Core'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
target 'Project-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
target 'Project' do
inherit! :search_paths
# Pods for testing
end
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question