React-native-firebase: library not found for -lGoogleToolboxForMac

Created on 21 Oct 2017  路  5Comments  路  Source: invertase/react-native-firebase

Issue

Hi~
I added In my source used podfile for react-native-firebase-starter
But I had build error

ld: library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I can flow 3.0.* iOS Installation and open myproject.xcworkspace
I can build clear and pod update.
but keep error.

I need help

podfile

# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'RNFirebaseStarter' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for RNFirebaseStarter

  # Required by RNFirebase
  pod 'Firebase/Core'
end

Environment

Application Target Platform: iOS
Development Operating System: macOS Sierra
Build Tools: Xcode 9.0
React Native version: 0.48.4
RNFirebase Version: 3.0.4
Firebase Module: core

All 5 comments

hello @simpleblack what did you to fix it? tks advance

@simpleblack We need your help.

@ggobea

I solved it.
added this code

$(inherited)

where man??

image

@aVillarejo I'm guessing he added $(inherited) to the search paths list as above

Was this page helpful?
0 / 5 - 0 ratings