Created
March 31, 2014 03:51
-
-
Save orklann/9884918 to your computer and use it in GitHub Desktop.
Objc completion error on textmate2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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