Hi, ALL,
This thread comes from the one here
The question now becomes - where Xcode expects to find dylib files?
Running the bundle from the Terminal the default place is /usr/local/lib. You can create a post-build script to copy them in the bundle and relink them as appropriate. But that doesn't help with Xcode.
I also want to know who is responsible to copy those dylibs to that place. Because during development people needs to update their dylibs.
Could someone please sched some light?
Its painful not to be able to debug from Xcode and do manual work in Terminal.
Thank you.
'
This thread comes from the one here
The question now becomes - where Xcode expects to find dylib files?
Running the bundle from the Terminal the default place is /usr/local/lib. You can create a post-build script to copy them in the bundle and relink them as appropriate. But that doesn't help with Xcode.
I also want to know who is responsible to copy those dylibs to that place. Because during development people needs to update their dylibs.
Could someone please sched some light?
Its painful not to be able to debug from Xcode and do manual work in Terminal.
Thank you.
'