Can I create an Xcode project for debugging on MacOS

I have an existing project that has its own Makefiles. And it compiles search on macOS. Is it possible to create a new Xcode project but without compiling it in Xcode, but I can still use Xcode as my debugger?

0


a source to share


1 answer


Yes.



http://lists.apple.com/archives/xcode-users/2009/Jan/msg00070.html

+1


a source







All Articles