Re: Linking dependancies

2008-06-05 Thread Vijay Malhan
In XCode, Drag your dylib to the "Link with libraries" group under your app target. You may also want to add your dylib target as a dependency to your app. - Vijay Sent from my iPhone On 05-Jun-08, at 4:33 PM, Damien Cooke <[EMAIL PROTECTED]> wrote: Hi, Here is a dumb question for you :)

Re: Linking dependancies

2008-06-05 Thread Karsten
you could try the "other linker flags" in the build settings, i think you can somehow specify the dylib there. Kind Regards Karsten Am 05.06.2008 um 13:03 schrieb Damien Cooke: Hi, Here is a dumb question for you :) It is actually more of an XCode question so feel free to let me know i

Linking dependancies

2008-06-05 Thread Damien Cooke
Hi, Here is a dumb question for you :) It is actually more of an XCode question so feel free to let me know if this is the wrong place. I have built a project it has 2 targets one an executable and one a dylib. They both compile fine. I need to link the executable against the dylib but