"पॉड अपडेट" के माध्यम से अपने फायरबेस को अपडेट करने के बाद, मुझे इस तरह की त्रुटि मिली:
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 रिश्तों की तलाश करता हूं, लेकिन मुझे बस थोड़ी सी जानकारी मिलती है।
FYI करें, मैं Swift 2.3 और Firebase 3.8.0 का उपयोग करता हूं।
मैं आपके द्वारा प्रदान की जाने वाली किसी भी मदद के लिए आभारी रहूंगा। धन्यवाद!