XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

Filemerge warning #253

Open TBonnin opened 12 years ago

TBonnin commented 12 years ago

I am using Filemerge as my git's mergetool. This is the warning I got. FileMerge[82800:f03] Error loading /Users/MyName/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: dlopen(/Users/MyName/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim, 265): Library not loaded: @rpath/DVTFoundation.framework/Versions/A/DVTFoundation Referenced from: /Users/Myname/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim Reason: no suitable image found. Did find: /Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/../../../../SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation: GC capability mismatch

Everything works fine though.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/900201-filemerge-warning?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).
weaksauce commented 12 years ago

There were two paths that we added due to the differences from installing Xcode from the app store vs. downloading it from the developer site. It seems that the app store downloads it to /Applications and the developer site installs it to /Developer. Is it a warning that you can hide?