Re: New error
Re: New error
- Subject: Re: New error
- From: Scott Tooker <email@hidden>
- Date: Fri, 27 May 2005 10:56:01 -0700
Turn off "Prebinding" in your target (Get Info on the target and go
to the Build tab). It's not needed at all for code targetting Mac OS
X 10.3.4 and later. Even if you are building for 10.2.x, in most
cases prebinding is not going to be worth the hassle.
Scott
On May 27, 2005, at 10:01 AM, Theodore H. Smith wrote:
OK, so my app was compiling just a few hours ago. I made quite a
few small changes since then, but nothing major or unusual. Just
adding more code.
Then suddenly I get this error:
/usr/bin/ld: warning prebinding disabled because dependent
library: /System/Library/Frameworks/AppKit.framework/Versions/C/
AppKit can't be searched
collect2: ld returned 1 exit status
That doesn't sound good to me. What can I do to make it work again?
Other projects compile, so I suppose it's something to do with this
particular project then. But what, I don't know.
--
elfdata.com/plugin/ Industrial strength string processing, made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >New error (From: "Theodore H. Smith" <email@hidden>) |