Something I did (?, it wasn't like this before) causes the following error to appear whenever I 'Build and Run' a C++ file (even the included 'Hello World' program) in XCode:
cc1plus: error: /Users/dbw/Desktop/test/build/test.build/Debug/test.build/test.hmap: not a directory
I've learned how to get around this (by deleting the test.hmap file and making a directory with this name). Although the program now runs it still gives me the error:
Unable to write to file /Users/dbw/Desktop/test/build/test.build/Debug/test.build/test.hmap (File test.hmap could not be saved in folder test.build.)
Many thanks for any advice, David
OS X 10.4.8 (MacBook)
XCode 2.4
cc1plus: error: /Users/dbw/Desktop/test/build/test.build/Debug/test.build/test.hmap: not a directory
I've learned how to get around this (by deleting the test.hmap file and making a directory with this name). Although the program now runs it still gives me the error:
Unable to write to file /Users/dbw/Desktop/test/build/test.build/Debug/test.build/test.hmap (File test.hmap could not be saved in folder test.build.)
Many thanks for any advice, David
OS X 10.4.8 (MacBook)
XCode 2.4