试图将来自 github 的 Vimeo SDK合并到我的 iOS 项目中。Xcode 7.3.1
我已经安装了可可豆荚并设置了我的 TestVimeo1 项目,但是当我尝试以 VIMNetworking、AFNetworking 和 VIMObjectMapper 为目标时,我一定不会这样做。
ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/AFNetworking'
ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/VIMNetworking'
ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/VIMObjectMapper'
ld: library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)
找不到输出目录。为这些 git 子模块设置目标构建我哪里出错了?谢谢!