Re: Cocoa app absolute/relative path ?
Re: Cocoa app absolute/relative path ?
- Subject: Re: Cocoa app absolute/relative path ?
- From: Adam Knight <email@hidden>
- Date: Wed, 28 Jul 2004 05:03:23 -0500
You're likely still in the Development build type. Switch to
Deployment in your project settings (I usually add the menu to my
toolbar), clean the project, and rebuild it.
(Or turn off ZeroLink in your Development settings, but that's
crazy-talk because ZeroLink rules ...)
On Jul 28, 2004, at 12:27 AM, Chris Parsons wrote:
> 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.
>
>
>
--
Adam
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.