Re: The domain/default pair of (com.apple.Xcode, XCSCMDebugSCMCompareScript) does not exist
Re: The domain/default pair of (com.apple.Xcode, XCSCMDebugSCMCompareScript) does not exist
- Subject: Re: The domain/default pair of (com.apple.Xcode, XCSCMDebugSCMCompareScript) does not exist
- From: Chris Espinosa <email@hidden>
- Date: Mon, 23 May 2005 20:26:58 -0700
On May 23, 2005, at 8:19 PM, Rick Hoge wrote:
2005-05-23 21:56:05.367 opendiff[407] *** Uncaught exception:
<NSInvalidArgumentException> launch path not accessible
/Library/Application Support/Apple/Developer Tools/Plug-ins/
XcodeCVSPlugin.xcplugin/Contents/Resources/pbcvsdiff: line 206:
407 Trace/BPT trap opendiff "${LEFTFILE}" "${RIGHTFILE}"
I would think this is pretty much self explanatory.
Check if
/Library/Application Support/Apple/Developer Tools/Plug-ins/
XcodeCVSPlugin.xcplugin/Contents/Resources/pbcvsdiff
exists and if you have the permissions to execute it.
Permissions for the script are rwxrwxr-x on my machine.
I've checked this already and the file exists and has the expected
permissions. What's weird is that this worked fine yesterday...
Two more places to check.
pbcvsdiff just vectors to your chosen diff tool.
Xcode > Preferences > SCM > Comparison Handling: View Comparison Using
If you pick FileMerge (which it seems you have), it uses /usr/bin/
opendiff to do the diff.
That tool, in turn, launches /Developer/Applications/Utilities/
FileMerge.app to show the diff.
Make sure that both of those (opendiff and FileMerge) exist and are
launchable.
Chris
_______________________________________________
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