CFURLCopyResourcePropertyForKey error on gitk

can someone explain ho to fix this error:

CFURLCopyResourcePropertyForKey failed because it was passed this URL that has no scheme:

This is probably caused by xCode when I try to execute gitk or gitk - all in a terminal. It began to appear after the Mountain Lion update. Thank:)

Screenshot with error:

enter image description here

+5
source share
2 answers

I got this error only now and will find a solution to solve it.

I tried to call the getResourceValue: forKey: error: function in my project and my os version 10.7.5.

NSURL, + URLWithString: , + fileURLWithPath:, .

:/Volumes/Data/a file://localhost/Volumes/Data/a/

Apple , NSURL ,

NSURL NSURL, ; RFC 2396. , , - , . NSURL , , . NSURL , fileURLWithPath: initFileURLWithPath:, URL- . , , Core Foundation, .

getResourceValue: forKey NSURL

+2

Mountain Lion 10.8.2 gitk , / tcl tk.

brew tcl
brew tk

gitk, , , ~/.gitk.

+1

All Articles