Linking in Xcode

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Linking in Xcode

Post by ONEEYEMAN »

Hi, ALL,
On OSX with XCode I can drag and drop the wxWidgets library inside my project or I can add those libraries by hand.

Does anyone know what is the difference?

I'm trying to see why running from XCode the IDE runtime is trying to load wx libraries twice - once from the Bundle and once from the place where I build it. And I added the libraries by hand and then made a script to copy the libraries into the Bundle.

Thank you.
Post Reply