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/

     

     

     

  • 相关阅读:
    程序员如何跨过自我推销的难关?
    常用接口分类与模块设计的方法
    如何设计分层架构和交互接口 API ?
    如何建立架构师的立体化思维?
    从程序员到架构师的技能图谱
    selenium鼠标、键盘操作常用API
    selenium元素定位之-css定位
    python每日一练之集合set
    selenium2简单的定位方法和Xpath定位
    python之元组
  • 原文地址:https://www.cnblogs.com/soulDn/p/9668605.html
Copyright © 2011-2022 走看看