From 1fa6be357ac77abe522bdf9225b06770aeb3492e Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Sat, 4 Feb 2017 17:14:42 -0800 Subject: [PATCH] [Build] Finally, it appears necessary to manually specify that the pch needs to be built at the start. --- AsyncDisplayKit.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 9e5177d538..cb0b0d4526 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -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|