I am trying to run in command line tool the following code:
and after "Build Succeeded" I am getting the following error:
error: failed to launch '/Users/rrusnac/Library/Developer/Xcode/DerivedData/5.1_Practice-gdhkgzautnruix bnobucittithbz/Build/Products/Debug/5.1 Practice ' --invalid host string: 'localhost'
It doesnt matter what code I enter, I get the same error. I cant figure out for the life of me why this is happening. I am running Xcode 4.3.2 and Lion 10.7.4.
The programs build and run with no Issues, but this error always pops up. Please help me!
Code:
#import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool {
// insert code here...
NSLog(@"Hello, World!");
}
return 0;
}
and after "Build Succeeded" I am getting the following error:
error: failed to launch '/Users/rrusnac/Library/Developer/Xcode/DerivedData/5.1_Practice-gdhkgzautnruix bnobucittithbz/Build/Products/Debug/5.1 Practice ' --invalid host string: 'localhost'
It doesnt matter what code I enter, I get the same error. I cant figure out for the life of me why this is happening. I am running Xcode 4.3.2 and Lion 10.7.4.
The programs build and run with no Issues, but this error always pops up. Please help me!
Last edited by a moderator: