「ポッドアップデート」でFirebaseをアップデートした後、次のようなエラーが発生しました:
ld: warning: directory not found for option '-F/Users/bennysantoso/Library/Developer/Xcode/DerivedData/FCM-atfcxuircoryufazlomgwfgmvaqm/Build/Products/Debug-iphonesimulator/GoogleToolboxForMac'
ld: framework not found GoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ここに私のポッドファイル:
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
target 'BB' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for BB
target 'BBTests' do
inherit! :search_paths
# Pods for testing
end
target 'BBUITests' do
inherit! :search_paths
# Pods for testing
end
end
誰かがこのエラーについて知っていますか?
GoogleToolboxForMacとFirebaseの関係を探していますが、ほんの少しの情報しか得られません。
参考までに、私はSwift2.3とFirebase3.8.0を使用しています。
私はあなたが提供できるどんな助けにも感謝します。ありがとう!