Re: XCode problem
Re: XCode problem
- Subject: Re: XCode problem
- From: Satoshi Matsumoto <email@hidden>
- Date: Tue, 09 Dec 2003 09:20:56 +0900
on 03.12.9 0:30 AM, Steve Sheets at email@hidden wrote:
>
"dyld: /Users/steve/Desktop/one/build/one.app/Contents/MacOS/one
>
Undefined symbols:
>
Foundation undefined reference to _objc_exception_set_functions
>
expected to be defined in
>
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/
>
Resources/libobjc.A.dylib
>
>
one has exited due to signal 5 (SIGTRAP)."
>
>
Anyone know the cause of this? Reinstalling does not fix, and it has
>
brought my XCode development to crashing halt.
I got following information from my friend and could fix it.
--------------------------------------------------------------
This problem is caused by upgrading from WWDC Xcode Beta to Panther.
The intention was to uninstall the beta tools before upgrading to
Panther.
This fix is to remove the file, for example like this from Terminal:
sudo rm
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/
Resources/libobjc.A.dylib
Sorry about the inconvenience. This is supposed to happen
automatically in the upgrade scenario, but it does not.
--------------------------------------------------------------
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
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.