我正在通過pod實施Firebase設置。ld:找不到-lGoogleToolboxForMac的庫
我的豆莢文件看起來像下面的文件。
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
# $(PROJECT_DIR)/build/Debug-iphoneos/GoogleToolboxForMac lib search path
target 'ProductName' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for mCura
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end
iPad模擬器一切都很好。它的運行,但是當我在iDevice中運行我的應用程序。它顯示找不到庫。
ld: library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已經浪費了2天的時間消除這種錯誤&什麼都試過了我能找到的淨。在安裝Firebase窗格時,會自動安裝GoogleToolboxForMac
庫。
是對的。謝謝! – chaunv