There should be a Terminal window that pops up if there isn't one already when you click Build and Run. If one doesn't, show it by either using Command+Shift+R or Run->Console. And to test a Hello World program doesn't take much, you can use a small C program for it.
#include <stdio.h>
int main(int argc, char** argv) {
printf("Hello World!\n");
return 0;
}
Hello!
I'm running leopard 10.5.6
I have the iphone SDK installed (XCODE) in the default directory
when I make a little app for the iphone runs perfect it execute the simulator good ![]()
the thing is that when i write the "hello world" app for osx in xcode
at the button say succeeded but it wont show nothing no terminal window nothing (weird) ![]()
it is supposed to show a terminal window with the output text "Hello World" but not
that's my problem not sure if i have to make an environment variable (don't know how...) ![]()
any help :o
well I'm just started to learn objective-c yes I"M a newbee ![]()
THNKS

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic