Sau khi cập nhật Firebase của mình thông qua "pod update", tôi đã gặp lỗi như sau:
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)
Đây là Podfile của tôi:
# 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
Có ai biết về lỗi này không?
Tôi tìm kiếm các mối quan hệ GoogleToolboxForMac và Firebase, nhưng tôi chỉ nhận được một chút thông tin.
FYI, tôi sử dụng Swift 2.3 và Firebase 3.8.0.
Tôi sẽ biết ơn vì bất kỳ sự giúp đỡ nào mà bạn có thể cung cấp. Cảm ơn!