码迷,mamicode.com
首页 > 其他好文 > 详细

Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法

时间:2015-11-24 16:15:12      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:

如果要更改Info.plist与Prefix.pch文件实际路径,也就是实际文件的位置(不是在工程中的组织路径),需要到Build Settings中修改对应的配置,不然工程就找不到对应的Info.plist与Prefix.pch文件。

报错情况:

1、Info.plist文件路径错误

error: could not read data from ‘/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Info.plist‘: The file “Gasake-Info.plist” couldn’t be opened because there is no such file.
2、prefix.pch文件路径错误
clang: error: no such file or directory: ‘/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Prefix.pch‘
clang: error: no input files

解决方案:

将路径 按照自己工程 修改正确,Clean一下,然后运行即可。

修改如下所示

技术分享

技术分享

Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法

标签:

原文地址:http://www.cnblogs.com/mawenqiangios/p/4991879.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!