insanehunter / XCode4_beginning_of_line

Xcode plugin to make HOME key jump to the first non-whitespace line of code
168 stars 21 forks source link

xcodebuild tries to load the plugin, print error on fail #30

Open Cubox opened 9 years ago

Cubox commented 9 years ago

Hi!

When using xcodebuild, I get a message each time telling me that Xcode_beginning_of_line failed to launch. While normal for a command line build, the extra output line can be confusing.

I am using Xcode 6.1.1

Thanks!

insanehunter commented 9 years ago

Agree, I think we can safely get rid of this message. Maybe wrap the line with NSLog in #if DEBUG macro?