After installing XCode 2.1 with SDK's for 10.2.8.sdk, 10.3.9.sdk and 10.4u.sdk, I can no longer launch Activity Monitor. Its icon bounces twice then fails with a console error message (below) saying that it can't find the GraphKit framework. A copy of the framework is located in...
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/PrivateFrameworks/GraphKit.framework
...and my best guess is that the XCode installer has removed it from its default location (/System/Library/PrivateFrameworks/). Is that correct? Does anyone have a work around for this problem? I've tried the obvious - copying the GraphKit framework to the default location, but this simply changes the console error message to "can't map".
I really like Activity Monitor, and use it to probe for gross memory leaks, etc. "top" is functional but not nearly so nice.
Thanks for your help.
John.
................
"Activity Monitor" crash report...
Command: Activity Monitor Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor Parent: WindowServer [71]
Version: 1.4 (50)
PID: 413 Thread: Unknown
Link (dyld) error:
Library not loaded: /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit Referenced from: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor Reason: image not found
|