Re: Problem linking XCode 3 project in XCode 4.4
Re: Problem linking XCode 3 project in XCode 4.4
- Subject: Re: Problem linking XCode 3 project in XCode 4.4
- From: Fritz Anderson <email@hidden>
- Date: Fri, 27 Jul 2012 09:34:26 -0500
On 27 Jul 2012, at 9:08 AM, Dave <email@hidden> wrote:
> I have an old project that I'd like to be able to open and run in XCode 4. When I compile the project, all files compile ok but I get an error when Linking. It's complaining that it can't find zlib.1.2.3.dylib.
I don't find a zlib* in /usr/lib; there is a zlib.h, but it seems to relate to libz.dylib (a soft link to libz.1.2.5.dylib). Try removing the zlib reference in your Link Binary With Libraries phase, and adding libz.dylib.
— F
--
Fritz Anderson -- Xcode 4 Unleashed: For less than the price of a slightly-more-expensive book. -- <http://x4u.manoverboard.org/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden