Skip to content

Instantly share code, notes, and snippets.

@orklann
Created March 31, 2014 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orklann/9884918 to your computer and use it in GitHub Desktop.
Save orklann/9884918 to your computer and use it in GitHub Desktop.
Objc completion error on textmate2
NSString *str = [NSString stringWith(tab)
Showed up errors below:
sh: : command not found
/Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:482:in `load': Cannot parse a NULL or zero-length data (OSX::PropertyListError)
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:482:in `show_dialog'
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:436:in `pop_up'
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:787:in `print'
from Completion: Inside Brackets:115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment