IOS 错误集合以及解决办法(持续整理中)

1 . 如下错误:

  app:resource fork, Finder information, or similar detritus not al site:forums.developer.apple.com....

  1. 进入到DerivedData目录,把所有文件都删了。其实就是预编译文件,删了只会影响第一次编译速度,不会影响代码。(:Xcode菜单>Preferences>Locations>Derived Data>点箭头)
  2. 打开Terminator,cd到工程目录下,执行"xattr -rc .",搞定。

原文地址:https://www.cnblogs.com/paocai2015/p/6098175.html