• Xcode 切换target 之后打包失败


    Showing Recent Errors Only
    Clang frontend command failed with exit code 70 (use -v to see invocation)
    
    fatal error: error in backend: Unexpected end of file
    clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
    Apple clang version 11.0.0 (clang-1100.0.33.12)
    Target: armv7-apple-ios9.0
    Thread model: posix
    InstalledDir: /Applications/Xcode 11.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg: 
    ********************
    
    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /var/folders/7y/ptf0c5q14yg6r2w_dmmzxh50ztv9r1/T/PABSubBranchInfoModel-1810f6.m
    clang: note: diagnostic msg: /var/folders/7y/ptf0c5q14yg6r2w_dmmzxh50ztv9r1/T/PABSubBranchInfoModel-1810f6.cache
    clang: note: diagnostic msg: /var/folders/7y/ptf0c5q14yg6r2w_dmmzxh50ztv9r1/T/PABSubBranchInfoModel-1810f6.sh
    clang: note: diagnostic msg: Crash backtrace is located in
    clang: note: diagnostic msg: /Users/wjw/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
    clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
    clang: note: diagnostic msg: 
    
    ********************
    
    

    Xcode11.2, 项目有多个target,前一个target正常打包。切换之后先报此错。
    comand + K 清理一下项目就OK 了。

  • 相关阅读:
    jquery获取元素各种宽高及页面宽高
    Mysql 多表联合查询效率分析及优化
    mysql连表操作是先连表还是先查询条件
    CSS实现垂直居中
    laravel中orderBy使用
    Spring官网改版后下载
    java.lang.NoClassDefFoundError: org/jaxen/JaxenException
    flex 简单跑马灯效果(竖着显示)
    Flex “跑马灯”效果(自定义“跑马灯”控件)
    当LinkButton无效时,光标不显示为手型
  • 原文地址:https://www.cnblogs.com/wjw-blog/p/14040648.html
Copyright © 2020-2023  润新知