Where do I set the Xcode IDE property to read a data file to avoid No such file or directory
- 阅读更多 关于 Where do I set the Xcode IDE property to read a data file to avoid No such file or directory
问题 This is not a code question but an Xcode IDE question. For those who pride themselves in code analysis, that's good, but in this case, please try to focus on the question in the Title above not the code. In the Xcode IDE I created a new project and selected a "Command Line Tool" creating ReadAFile. I then entered some simple code into main.c to read and display the contents of "Data.txt". I then selected File, New, File, and selected Empty (For an empty document) and named it Data.txt and