美文网首页
[Xcode问题] - error: cannot parse

[Xcode问题] - error: cannot parse

作者: AlwaysLuckyMa | 来源:发表于2021-06-29 10:35 被阅读0次
    lipo 文件错误不用管,clear就好了,主要是其他的错误.
    
    一般会报如下一连串错误: 
    
    重点!(什么也不用改,别乱动项目,clear完 -> 重启Xcode)。
    

    错误 1

    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    错误 2

    Linker command failed with exit code 1 (use -v to see invocation)

    错误 3

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/***/Library/Developer/Xcode/DerivedData/***-fsobhzpjsxprmjgdrrpjljytbbzm/Build/Intermediates.noindex/ArchiveIntermediates/***/IntermediateBuildFilesPath/***.build/Release-iphoneos/***.build/Objects-normal/arm64/*** (No such file or directory)

    错误 4

    '/Users/***/Library/Developer/Xcode/DerivedData/***-fsobhzpjsxprmjgdrrpjljytbbzm/Build/Intermediates.noindex/ArchiveIntermediates/***/InstallationBuildProductsLocation/Applications/***.app/HearingTestProject': No such file or directory

    错误 5

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip failed with exit code 1

    相关文章

      网友评论

          本文标题:[Xcode问题] - error: cannot parse

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