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!