Carthage ld:警告:找不到选项'空搜索路径的目录

Дім*_*мар 9 swift carthage xcglogger xcode7

我试图使用一个全新的空项目的carthage,并在这里添加两个依赖于Cartfile的样子:

github "RestKit/RestKit" == 0.25.0
github "DaveWoodCom/XCGLogger"
Run Code Online (Sandbox Code Playgroud)

接下来我去了:

carthage update --platform ios
Run Code Online (Sandbox Code Playgroud)

并在构建XCGLogger后得到以下错误:

ld: warning: directory not found for option '-F/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks'
Run Code Online (Sandbox Code Playgroud)

我试图删除并添加不同的搜索路径,没有运气:(