Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file”

m

http://stackoverflow.com/questions/26189404/info-plist-utility-error-info-plist-couldnt-be-opened-because-there-is-no-suc


有时候你从一些网站下载的代码编译会出现如下错误:

Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file”_第1张图片



可能原因:

有可能是在删除“XXXTests”文件夹时,没有彻底删除,导致还有残留,结果报错。 


解决:

     就是彻底删除有关“XXXTests”的东西。


我的这边直接删除这里,程序就能成功编译了。

Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file”_第2张图片


希望对你有帮助。




你可能感兴趣的:(Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file”)