Après avoir mis à jour ma base Firebase via "pod update", j'ai eu une erreur comme celle-ci:
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)
Voici mon Podfile:
# 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
Est-ce que quelqu'un sait à propos de cette erreur?
Je recherche des relations entre GoogleToolboxForMac et Firebase, mais je ne dispose que d’un peu d’information.
Pour votre information, j'utilise Swift 2.3 et Firebase 3.8.0.
Je serai reconnaissant pour toute aide que vous pouvez fournir. Merci!