我一直在尝试使用
cocoapods安装一个名为SabBar的吊舱,我已经成功安装了cocoapods以及初始设置.但由于某种原因,我在编译期间遇到此错误:
ld: warning: directory not found for option ‘-F/Users/Andy/Library/Developer/Xcode/DerivedData/JymJam-gocrzdctroqhlaedmghajkejcugm/Build/Products/Debug-iphonesimulator/SabBar’
ld: framework not found SabBar
clang: error: linker command Failed with exit code 1 (use -v to see invocation)
我看过其他solutions,但它们似乎对我不起作用.
这就是我的Podfile的样子:
source 'https://github.com/CocoaPods/Specs.git' platform :ios,'8.0' use_frameworks! target "JymJam" do pod 'SabBar' end
我试过删除“use_frameworks!”但这不起作用,因为我的项目很快.