the dylib files are still there in /usr/lib (the tbd file seems to be a wrapper of some sort for the dylib files - you can see where they are by reading the tbd file)Add a library to your project, then click 'Add Other...' then type control-command-G and type in the path '/usr/lib' - you'll find libz.dylib there.This 'hack' solves my problem.... but I wonder - does XCode 'not support' tbd files fully yet?EDIT: I'm thinking that maybe OS X El Capitan has support for the file-typ tbd, which is not available with OS X Yosemite? I haven't upgraded my OS yet.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: