Debugging on newer Xcode

Hi, ALL,

I have a big project created in the old Mac with 10.8 and latest Xcode.

I can build and run the project as well as Debug it.

About a year ago, I bought a newer Mac with 10.13 and I put Xcode 9 on it. I cloned my project and while I can build it, I can't run/debug it, because for some reason newer Xcode is searching for dylibs that I am also developing as part of the project, but they are not there. I'm able to debug/run the project from the Terminal without any issues, but I much prefer to work under the beauty of an IDE.

Couild someone please help me find out where the new Xcode expects to find the dylib files in order to start the execution?

TIA!

Replies

I cloned my project

How did you do that ? Are you sure you have copied everything ? (You should copy the full project folder).

  • @Claude31, Yes, I'm sure. First of all - the project builds fine and it runs fine from the Terminal. Second - running "git clone..." should grab the whole repository (every single file).

    It is exactly the same folder structure as in the old laptop. Thank you.

Add a Comment