`
zfanxu
  • 浏览: 127125 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/De

 
阅读更多

编译错误 compile error:

fatal error: file 

'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h' has been modified since the precompiled header was built

 

the answer of stackoverflow:

   I had this exact same problem after applying the recent Xcode patch. I ended up deleting the DerivedData folder for my app at:

~/Library/Developer/Xcode/DerivedData/{project name + gobly-gook}

 

关于 this "~/Library/Developer/Xcode/DerivedData" directory

 This directory contains built products and indexes for the project. It is OK to delete it because it only contains items generated by Xcode. Xcode will regenerate everything next time the project is opened.

 

分享到:
评论

相关推荐

    14.0真机调试包 安装路径:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De

    Xcode的安装路径在描述中给出,位于"/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De"。这个路径揭示了Xcode的内部结构,其中“/应用程序/”是MacOS系统的应用程序目录,“Xcode.app”是...

    13.6真机调试包 安装路径:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De

    在Xcode的安装路径中,`/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/` 目录包含了各种iOS版本的设备支持文件。每个版本的iOS都会有一个对应的子目录,例如,针对iOS 13.6的子目录可能是 `./...

    xcode ios12.4真机调试包12.4 (16G73).zip

    xcode ios12.4真机调试包 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    Xcode12 libsted++

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/ //iOS12.0 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS....

    解决Xcode10以上编译报错 library not found for "-lstdc++.6"

    根据调试方式不同,真机和模拟器文件放置路径不同,分别复制对应的Lib文件到以下路径.../Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    libstdc++.6.0.9.tbd

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libstdc++.6.0.9.dylib ...

    xcode iOS12.3 DeveloperDiskImage真机调试镜像

    路径参考/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/对应版本/: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1\ \...

    xcode iOS12.4 DeveloperDiskImage真机调试镜像

    路径参考/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/对应版本/: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1\ \...

    Xcode10中删除的`libstdc++`库

    Xcode10中删除了`libstdc++`库,导致老项目在Xcode10中编译失败,解决方法如下: .../Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    xcode iOS12.3 真机镜像DeveloperDiskImage.sig

    ideviceimagemounter -t Developer /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1\ \(14E8301\)/DeveloperDiskImage.dmg /Applications/Xcode.app/Contents/...

    Libstdc-.6.0.9-files-master.zip

    For Device Put tbd copy to the path: /Applications/Xcode.app/Contents/.../Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    libstdc++.6.0.9.tbd相关文件.zip

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib 将libstdc++.6.0.9.dylib,libstdc++.6.dylib,libstdc++.dylib文件拷贝到以下路径: /...

    ios12.3真机调试包.zip

    IOS12.3 beta版真机调试包,真机运行的支持包的位置位于:Xcode.app//Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,直接解压拷贝进去即可使用

    IOS真机调试包 解压后放在目录:/Applications/Xcode.app/Contents/Developer/Plat

    IOS真机调试包 解压后放在目录:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    libstdcpp.6.0.9.tbd

    Xcode10报错之libstdc++.6.0.9.tbd未找到(library not found for -.../Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib 然后重启Xcode

    -libstdc++.zip

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/ 将dylib副本放到下面路径中: /Applications/Xcode.app/Contents/Developer/...

    DeviceSupport 支持6.0 -11.3

    devzkndeMacBook-Pro:Platforms devzkn$ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport devzkndeMacBook-Pro:Platforms devzkn$ open /Applications/Xcode8.3.3.app/...

    Xcode iOS 8.1真机调试包

    下载好解压到这个目录: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 重启Xcode。就可以真机调试啦。

    Xcode iOS 4.2真机调试包

    下载好解压到这个目录: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 重启Xcode。就可以真机调试啦。

Global site tag (gtag.js) - Google Analytics