Re: Textfiles and xCode
Re: Textfiles and xCode
- Subject: Re: Textfiles and xCode
- From: Bob Austin <email@hidden>
- Date: Sun, 13 Mar 2005 15:19:22 -0800
Thanks for the quick reply.
I've had no success placing the text files in the project folder.
Placing the files in the project directory is not working. I'm not getting the expected results.
1 2 3 4 5 6 7 8 9 10
Instead, I'm getting the following:
<Executable “TextFileTest” has exited with status 0.>
I'm wondering if it's possible and, if so, how to create a text file document in xCode.
Bob
On Mar 13, 2005, at 2:07 PM, Thomas Davie wrote:
Hi all,
I'm trying to use bbedit to create the text files and have them accessed by xCode in the Run log or via Terminal with the project's executable file.
does anyone know where the text files should be located in order for the code below to run?
I have many more similar sample projects. All of my projects are based on the Standard Tool template.
I would be happy to know if there is a way to create text files within xCode so that the project knows where it is and can use it?
I sure appreciate any help and or tips,
In order to open files like this, all you need is for the file to be in the same directory as the executable. This is usually the build directory in your project.
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden