Just trying to run a simple command line tool on xcode - using C. I get the following and I have no idea why.
Message from debugger: Error 1
Program ended with exit code: -1
Just trying to run a simple command line tool on xcode - using C. I get the following and I have no idea why.
Message from debugger: Error 1
Program ended with exit code: -1
If you build the tool in Xcode and then run it directly from Terminal, what do you see?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
I'm having the exact same issue. If I go to "File->New Project->Command Line Tool" and then do a run on the new project, I get :
Message from debugger: Error 1
Program ended with exit code: -1
If I run the same program from the terminal, I see the following:
[MBP:~] q% /Users/q/Library/Developer/Xcode/DerivedData/cmtcp-axuyidqfqkalvegdpqkzlagigese/Build/Products/Debug/cmtcp ; exit;
Killed
logout
I'm having the exact same issue.
See my response on your other thread.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"