[Build] Finally, it appears necessary to manually specify that the pch needs to be built at the start.

This commit is contained in:
Scott Goodson
2017-02-04 17:14:42 -08:00
parent 1e10550951
commit 1fa6be357a

View File

@@ -40,6 +40,7 @@ Pod::Spec.new do |spec|
# See https://github.com/facebook/AsyncDisplayKit/issues/1153
'AsyncDisplayKit/TextKit/*.h',
]
core.xcconfig = { 'GCC_PRECOMPILE_PREFIX_HEADER' => 'YES' }
end
spec.subspec 'PINRemoteImage' do |pin|