Debugging in Xcode

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Debugging in Xcode

Post by ONEEYEMAN »

Hi, ALL,
Does anybody know where Xcode expects to see the libraries?

Here is my issue:

I started my program on the ac which had old OSX and Xcode. Everything was working fine. I was able to debug the code without any issues.
Later after couple of years I bought myself a new Mac, populated my code from the GitHub and recompiled. Build was successful, however, trying to debug from XCode failed, because apparently new version of Xcode changes something and now loading the library fail.
Program desn't even start and crashes immediately in some assembly on the dylib loading.

Trying to get help from people on SO, Apple dev forum or any other places didn't get me anywhere.

So how can I get the code to be debugable under new OSX with new Xcode without re-creating the whole project inside new environment?

Thank you.
Post Reply