I want to use c++ to open a file on Mac OS.
If I run the program under Xcode, the working directory is the same with the program, which is fine. However, if I try t
Use the value $(PROJECT_DIR) in the working directory in your scheme debug settings:
$(PROJECT_DIR)