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 .",搞定。