标签: ios swift xcode6 typhoon
如果我将此行添加到我的PROJECT-Bridging-Header.h文件
PROJECT-Bridging-Header.h
#import "Typhoon.h"
Xcode 6.1抛出此错误 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
CocoaPods添加了Typhoon框架,与教程
我尝试了几次,但没有任何帮助
答案 0 :(得分:0)
遇到类似的问题,需要清理Build Phases下列出的Compile Sources项目。参考图像
由于多人通过公共源存储库对项目进行了多次结构更改,此问题悄悄发生。