Debugging on newer Xcode (part 2)

Hi, ALL,

This is continuation of the post at https://developer.apple.com/forums/thread/691010?login=true.

Apparently Claude31 didn't see my reply and was not notified about it.

Basically my question is - I created a project on Mac 10.8 with its latest Xcode, and then transferred it to the Mac with 10.13 with Xcode 9.

After the transfer I can't debug/run the project from Xcode 9, but I'm able to do so from the Terminal. lldb works, and just doing "open <my_prog.app" works as well.

I can supply any and all additional info.

The directory structure is exactly the same - I have a one binary and couple of dylib sub-projects. When I hit "Run" or try to debug from Xcode, it stops somewhere in the dylib loading assembly code.

Can someone please help solve it? It just not convenient to jump back and force from Terminal to Xcode and back.

Replies

Hi,

So nobody knows what is happening? I can provide any info upon request to track down the problem and have the ability to debug inside the Xcode on the newer Mac laptop...