I'm not sure if anyone here uses xcode, but I was wondering when I make a file were does it store it at? I know on C++ express it goes to Documents>visual studio> "project name" > "project name". I checked my xcode file but couldn't find it. Any suggestions?
Ah, I misunderstood what file you where looking for. It is likely to be in the project directory somewhere but you could just type the name into the search box of finder.
Look in your project's directory (where the .xcodeproj file lives) and there should be a directory called "build". In there there should be a directory called "Debug" or "Release" depending on which configuration you built. In one of those should be your program's executable along with the file you just created.
Scratch that, I was using XCode 3.2.6
In XCode 4, if you look in your project navigator, there should be a folder called "Products". Expand that and you'll see your executable file. Right click (or Ctrl click if you don't have a two buttoned mouse) on the executable file and choose "Show in Finder". You should then see your executable along with the file it just created.
It seems that the build products from your project go into:
/Users/<username>/Library/Developer/XCode/DerivedData/<yourprojectname>/Build/Products/Debug
Not sure if this location can be changed, I don't use XCode 4 very much.
for some reason alot of people have this issue with Xcode for some reason it is a Product Error.. you need to go into Settings and do something within those Settings for your Project..