K
K
KnightForce2017-09-15 16:02:56
iOS
KnightForce, 2017-09-15 16:02:56

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

1 answer(s)
O
ownikss, 2017-11-10
@ownikss

maybe this: Please close any current Xcode sessions and use MyApp.xcworkspace for this project from now on.
last comment
https://github.com/google/google-toolbox-for-mac/i...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question