Prefix.pch文件的路径设置
因为Prefix.pch与Target无关,也就是说不能够设置它的target,所以在项目的target中要说明它的绝对路径,比如说./OtherSources/Prefix.pch。
?
target中相对应的值是Prefix Header。
?
发布时间: 2012-08-21 13:00:22 作者: rapoo
Prefix.pch文件的路径设置
因为Prefix.pch与Target无关,也就是说不能够设置它的target,所以在项目的target中要说明它的绝对路径,比如说./OtherSources/Prefix.pch。
?
target中相对应的值是Prefix Header。
?