'failed to emit precompiled header' while adding new pod into existing Project
问题 I had one project that in Obj-C. in that I'm facing issue failed to emit precompiled header after adding new pod into Project. in Project I'm working on both obj-C and swift using Bridging header. In Pod File, I added the SendBird my Pod File is: Podfile platform :ios, '9.0' abstract_target 'Virgla' do use_frameworks! pod 'ACKategories', :git => 'https://github.com/AckeeCZ/ACKategories.git', :tag => '2.3' pod 'FlurrySDK' pod 'Fabric' pod 'Crashlytics' pod 'SSZipArchive' pod 'SVProgressHUD'