zoukankan      html  css  js  c++  java
  • ios 12 xcode10 新升级的编译报错libstdc++.6.0.9 Multiple commands produce

     

    问题一

    编译报错

    Showing Recent Messages

    :-1: Multiple commands produce '/Users/duning/Library/Developer/Xcode/DerivedData/XGB-bvlwqwfpzltpeyarupiguxtqzrdn/Build/Products/Debug-iphonesimulator/XGB.app/README.txt':

     

     

     

     

    解决办法

    File > Workspace Settings > Build System > Legacy Build System

     

     

     

     

     

    问题二

     

    编译报找不到

    libstdc++.6.0.9.tbd

     

     

    解决办法

    从老版本xcode拷贝库放到这两个路径

     

    或者点这个链接下载

    链接:https://pan.baidu.com/s/1PUWpSL-SzSpnTmjvWonyGQ 密码:R276  解压

     

     

     

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr

     

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr

     

     

     

     

    问题三

     

     

     

    如果报

    iPhone has denied the launch request

     

    点击链接下载xcode 9  等稳定再升10

     https://developer.apple.com/download/more/

     

     

     

  • 相关阅读:
    JS单例对象与构造函数对象的区别
    SVG系列
    Js极客之路
    Js极客之路
    iOS微信登录
    iOS HSV
    cocoa pods
    php中请求数据中文乱码
    付费中数字计算
    时间戳对应关系
  • 原文地址:https://www.cnblogs.com/soulDn/p/9668605.html
Copyright © 2011-2022 走看看