大家
我正在使用cocoapods在Xcode 8.2上开发一个iOS应用程序。我已经将Xcode从v8.2升级到v8.3.2,并且遇到了许多警告,每个cocoapods框架都有损坏的路径。
“词汇或预处理器问题:文件的非可移植路径'VVolumesPProjectiiOSPpodsTTarget支持FilesAAlamofire-prefix.pch';指定的路径因磁盘上的文件名而异”
当我点击警告信息时,这条路径很奇怪,图书馆名称的上半字母被改成了字母。例如,Parse / Parse.h来解析/ Parse.h
如果您有任何建议,请帮助我。
答案 0 :(得分:0)
I have encounter the same problem when I duplicate configuration of debug in xcode. I resolve this by run pod update, the problem is cocoapod need update. Hope this can help you.