我需要從我的podfile中排除一個pod取決於平臺。我不想添加另一個目標,我的podfile只需要1個目標。 下面的例子: target 'single_target' do
#if platform is iOS
pod 'PodForIOS'
#if platform is OSX
pod 'PodForOSX'
end
我的問題:我怎麼可以指定
我將Firebase庫添加到我的項目中,然後出現此錯誤。當我編譯它時,Xcode找不到一些目錄。但是,它們位於Pods目錄中。 以下是錯誤日誌: ld: warning: directory not found for option '-F/Users/Erumaru/Library/Developer/Xcode/DerivedData/ToDoTogether-gkzytezmbbgkikgo