我似乎無法理解我的項目和cocoapods發生了什麼,Xcode無法找到除Firebase之外的框架,這就是爲什麼我很困惑。我收到錯誤Project ' file not found
。 Xcode也給我錯誤,In file included from <built-in>:342:
我試圖清理和構建,清空Xcode的緩存並重新安裝Xcode。任何人都可以請解釋這個謝謝。 這裏是我的podfile:Cocoapods框架沒有正確安裝
# Uncomment this line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Soar_iPad' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Soar_iPad
pod 'Firebase'
pod 'Firebase/Auth'
pod 'ExpandingMenu', '~> 0.1'
pod 'SwiftyJSON'
end
而且截圖:
您是否通過工作區文件訪問項目? cocoapods是否正確下載了框架? – 4oby
是的,我打開創建的工作區文件可可豆莢;我相信可可豆莢正確地安裝了框架,在終端中一切看起來都很好 – Hightower98
有時這發生在我身上發生這種情況時我只有一個解決方案:刪除豆莢並重新開始。問候。 –