Prefix.pch
场景:Prefix.pch资料的路径设置
Prefix.pch文件的路径设置
Prefix.pch文件的路径设置
因为Prefix.pch与Target无关,也就是说不能够设置它的target,所以在项目的target中要说明它的绝对路径,比如说./OtherSources/Prefix.pch。
target中相对应的值是Prefix Header。