Re: XCODE HELP
Re: XCODE HELP
- Subject: Re: XCODE HELP
- From: Roland King <email@hidden>
- Date: Thu, 30 Jun 2011 20:21:17 +0800
If you have entirely uninstalled and then reinstalled XCode, and by uninstalled I mean running
sudo /Developer/Library/uninstall-devtools -mode=all
and then trashing /Developer and then reinstalled and it's STILL not working then from the error I have to think you have a corrupted OSX or a stray library.
I googled and found a couple of people who succeeded by reinstalled SnowLeopard (and then upgrading it all the way to latest patch level, then reinstalling XCode), and there were a few people who had found stray libraries in /usr/local/include and /usr/local/lib, so you might want to go look for odd files there, or perhaps TEMPORARILY rename them and try reinstalling XCode, I'm not sure how much of what's in there you really need. The particular post I found they guy had installed ImageMagic and he had removed those libraries from /usr/local/lib and was working again.
At this point I'd be looking beyond XCode itself and assuming my system was corrupt.
There's more suggestions on Google, just put in CFXMLNodeGetInfoPtr and there are loads of posts, more asking than answering.
On 30-Jun-2011, at 3:24 AM, Fayimora Femi-Balogun wrote:
> Here is my crash report. Just as a reminder my xcode crashes each time i click on the xib file. Something to do with the interface builder.
> Crash Report:
> Process: Interface Builder Cocoa Touch Tool [2435]
> Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Interface Builder/Plug-ins/IBCocoaTouchPlugin.ibplugin/Contents/Resources/Interface Builder Cocoa Touch Tool
> Identifier: Interface Builder Cocoa Touch Tool
> Version: 4.3 (141)
> Code Type: X86 (Native)
> Parent Process: Xcode [2351]
>
> Date/Time: 2011-06-29 19:31:07.746 +0100
> OS Version: Mac OS X 10.6.8 (10K540)
> Report Version: 6
>
> Exception Type: EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread: 0
>
> Dyld Error Message:
> Symbol not found: _CFXMLNodeGetInfoPtr
> Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
> Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
> in /System/Library/Frameworks/Security.framework/Versions/A/Security
>
> Thanks for your help
>
> _______________________________________________
> 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: | |
| >Re: XCODE HELP (From: Fayimora Femi-Balogun <email@hidden>) |