swift --xcode10运行错误
2018-10-12 本文已影响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一下,然后重新编译就可以了,这个貌似是编辑器的问题。