ios - Lot of errors in Xcode every time I'm trying to add ZipArchive or ssziparchive -


i have project in need add ziparchive files , unzip file download every time try errors after set everything(adding zlib in linker , needed files work). add imports needed , drag ziparchive in folder structure needed project. on getting rid of these errors? i've been trying few days , cant find problem. have xcode 4.6.3 , final error i'm getting:

apple llvm compiler 4.2 error many errors emitted ,stopping now

enter image description here enter image description here

enter image description here

it looks you're including objective-c headers when compiling c code. result of .pch file. remove objective-c imports .pch file or ensure wrapped in ifdef prevent them being processed during c compilation (#ifdef __objc__).


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -