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 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 Everything is fine with iPad simulator. its running