首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Prefix.pch资料的路径设置

2012-08-21 
Prefix.pch文件的路径设置因为Prefix.pch与Target无关,也就是说不能够设置它的target,所以在项目的target

Prefix.pch文件的路径设置

因为Prefix.pch与Target无关,也就是说不能够设置它的target,所以在项目的target中要说明它的绝对路径,比如说./OtherSources/Prefix.pch。

?

target中相对应的值是Prefix Header。

?

热点排行