I am trying to update Zlib on Xcode 7.1
According to zlib.h on /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/include, My Zlib version is 1.2.5.
I am trying to update it to 1.2.8
Is there a way to update xcode lib ?
I try to add libz.1.2.8.dylib to Link Binary With Libraries however my app still using zlib 1.2.5
Thanks in advance