Re: XCode or code problems?
Re: XCode or code problems?
- Subject: Re: XCode or code problems?
- From: "Alastair J.Houghton" <email@hidden>
- Date: Fri, 31 Oct 2003 09:07:46 +0000
On Friday, October 31, 2003, at 08:43 am, Francisco Tolmasky wrote:
I'm having a few problems, and I honestly don't know if it is my code
or Xcode that is responsible. I compile a simple program that sets up
an NSNetServiceBrowser. It compiles and runs just fine, I send it to
a friend, and it quits on launch. I send him the project however, and
it compiles and runs just fine. Does anyone know if I am doing
something incorrectly? Some new setting I have to do in Xcode not
required in Project Builder? I had almost the exact same project in
Project Builder and it compiled and ran find on my computer as well as
anyone who I sent it to.
You've got ZeroLink turned on, and you're building using the
Development build style. ZeroLinked executables will only run from
Xcode. Use the Deployment build style to build apps. you're going to
distribute.
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.