运行一个网上的swift项目, 突然就来了这么个错误
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 11
网上搜了一些解决方法, 基本都是下面这两种解决方法
第一种是某xxx.m文件不存在或路径不对
解决方法如下:
在Build Phases-->Complie Sources中找到有两个xxx.m文件,一个正常,一个标红了xxx.m,只要把标红的丢失文件删除掉就行了。
进入工程同样的地方, 发现一切正常啊
第二种是
解决方法如下:
在Build Settings 中,
将Apple LLVM compiler 4.1 - Language 中的
c++Standard Library 修改为
libstdc++(GNU C++ standard library)
好吧, 设置了还是报错