I downloaded the project from GitHub, then downloaded the following files, some of which are written by OBJ-C, and I used the bridge header.
pod ‘SnapKit’
pod ‘MJRefresh’
pod ‘Alamofire’
pod ‘Kingfisher’
pod ‘MBProgressHUD’
pod ‘pop’
pod ‘EVReflection’
pod ‘StreamingKit’
pod ‘iCarousel’
pod ‘ReflectionView’
When I run the project with Xcode 9.0 beta 2, but unfortunately the error log looks like this:
Error: Failed to issue the precompiled header '/var/folders/kd/4gh0_kxx3jx4thjb_sssmmcw0000gn/T/EvoRadio-Bridging-Header-97bd5f.pch' to join the header '/ Users / ringo / Downloads / EvoRadio-master / EvoRadio Resources -Bridging-Header.h '
I have googled but no such problem. Does the error mean that he needs a PCH file? This is my header configuration .pch:
He cannot solve it.
How to do it?