johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Symbol not found #4

Closed ctews closed 9 years ago

ctews commented 9 years ago

Haven't looked into it yet, but this error is polluting every build I'm making:

2014-07-31 11:55:38.170 xcodebuild[90150:1007] Error loading /Users/christoffer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/GitDiff.xcplugin/Contents/MacOS/GitDiff:  dlopen(/Users/christoffer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/GitDiff.xcplugin/Contents/MacOS/GitDiff, 265): Symbol not found: _OBJC_CLASS_$_DVTTextSidebarView
  Referenced from: /Users/christoffer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/GitDiff.xcplugin/Contents/MacOS/GitDiff
  Expected in: flat namespace
 in /Users/christoffer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/GitDiff.xcplugin/Contents/MacOS/GitDiff
2014-07-31 11:55:38.170 xcodebuild[90150:1007] WARNING: Failed to load plugin at: /Users/christoffer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/GitDiff.xcplugin, skipping.  Could not load bundle.

A fix would be appreciated ;) Thank you!

johnno1962 commented 9 years ago

I see what you mean. This would be difficult to avoid however as plugins load with “xcoderun” as well and it seems the plugin is missing the UI side of Xocde.

ctews commented 9 years ago

It's only the GitDiff plugin that has problems like this, the other ones are working fine :) Would be nice if this can be fixed cause the plugin is just awesome stuff! :)

johnno1962 commented 9 years ago

This should be fixed now. Thanks for the report!