美文网首页
swift --xcode10运行错误

swift --xcode10运行错误

作者: 紫荆逸 | 来源:发表于2018-10-12 11:16 被阅读2965次

错误描述:

Command CompileSwiftSources failed with a nonzero exit code

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target: project)
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc....
QQ20181012-110752.png QQ20181012-110804.png

解决方法:

QQ20181012-110104.png

注:-F 这样的错误一般是路径不对问题,可以重新设置Targets-BuildSetting-Search Paths 的Header Search Paths、Library Search Paths的路径,直接仅留下第一行的$(inherited),其余都删除,直接运行,不过本此的问题,发现直接删除$(SRCROOT)/**就可以解决问题了.

有些failed with a nonzero exit code的问题直接clean一下,然后重新编译就可以了,这个貌似是编辑器的问题。

相关文章

网友评论

      本文标题:swift --xcode10运行错误

      本文链接:https://www.haomeiwen.com/subject/jnvwaftx.html