Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is the zlib framework in xcode 4.x

I am just trying to set up a new application that I am hoping to take advantage of ASIHTTPRequest framework.. however in their documentation they state that you have to link against CFNetwork, SystemConfiguration, MobileCoreServices, CoreGraphics and zlib frameworks. The only problem being there is no zlib framework.. their are libz.dylib files however their are several of them and I am unsure which are suitable, if someone could please let me know what to do here that would be awesome!

like image 793
C.Johns Avatar asked Jun 28 '11 23:06

C.Johns


1 Answers

I think you're right using libz.dylib.

like image 149
Scott McKenzie Avatar answered Sep 23 '22 18:09

Scott McKenzie