Cocoa app absolute/relative path ?
Cocoa app absolute/relative path ?
- Subject: Cocoa app absolute/relative path ?
- From: Chris Parsons <email@hidden>
- Date: Wed, 28 Jul 2004 01:27:02 -0400
Beginner question. I'll try to simplify the problem:
Xcode 1.1, OS 10.3.4.
I make a Cocoa application project. I add the line
NSLog(@"Hello"); to main.m.
If I run the executable inside Xcode, a window pops open and "Hello" appears
in Xcode console.
If I move the executable to another location and delete the project files,
no window opens, and there are errors like these in cosole log:
ZeroLink: could not load .o file:
/Users/cparse/Tester/build/Tester.build/Tester.build/Objects-normal/ppc/main
.ob
ZeroLink: unknown symbol '_main'
It seems that somehow the app has a dependency on something it shouldn't.
I'm most grateful for any suggestions.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.