1>找到工程中的supportingFile 然后commond+N 找到"other";
2>在Build Setting里面搜head找到"prefix header" 这时候输入"$(SRCROOT)"+绝对路径/相对路径
绝对路径的方法是:将 pch 拖动到工程中获得其绝对路径.
such as "$(SRCROOT)SunFlowerProviderRelease-Prefix.pch"
1>找到工程中的supportingFile 然后commond+N 找到"other";
2>在Build Setting里面搜head找到"prefix header" 这时候输入"$(SRCROOT)"+绝对路径/相对路径
绝对路径的方法是:将 pch 拖动到工程中获得其绝对路径.
such as "$(SRCROOT)SunFlowerProviderRelease-Prefix.pch"