I asked this in a comment but this seems like an issue that deserves its own question.
I have a project that's shared between three different installations of XCode and two different installations of the iOS SDK. At the moment unifying the developers involved is not an option.
When I installed the iOS 5 Beta and XCode 4.2 libz.1.2.3.dylib
was nowhere to be found. I discovered that linking against libz.1.2.5.dylib
handled this but this was not compatible with the other active installations of XCode and the iOS SDK.
I researched this online and discovered the above suggestion and this suggestion. The former doesn't work for me, and the latter makes me nervous.
So what's the difference between libz.dylib
, libz.1.2.3.dylib
and libz.1.2.5.dylib
and can I safely link to the first across all installations of XCode and the iOS SDK?