I tried to compile a Hello World app from the "C++ GUI Programming with Qt 4" book and it automatically creates an xcode project file and refuses to create a makefile (-makefile), so I tried using XCode. It fails with the error:
error: /Users/john/hello/build/hello.build/Release/hello.build/hello.hmap: not a directory
It is right - that is a file. Why is xcode barfing on this and how do I fix it?
error: /Users/john/hello/build/hello.build/Release/hello.build/hello.hmap: not a directory
It is right - that is a file. Why is xcode barfing on this and how do I fix it?