雪豹升级后修复textmate包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了雪豹升级后修复textmate包相关的知识,希望对你有一定的参考价值。

  1. after upgrade your Mac OS to Snow leopard, you maybe find out that the subversion and ruby or other bundles are not working any more. it thows errors like this
  2.  
  3. 1
  4. /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle: dlopen(/Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle, 9): no suitable image found. Did find: (LoadError)
  5. 2
  6. /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle: no matching architecture in universal wrapper - /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle
  7. 3
  8. from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:3
  9. 4
  10. ...
  11. well, this’s mainyly because the plist.bundle(and keychain.bundle) in your TextMate is not supported in 64bit. simply fix this problem by upgrading these bundles to the lastest version in here. http://svn.textmate.org/trunk/Support/lib/osx
  12.  
  13. or by run
  14.  
  15. 1
  16. cd /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/
  17. 2
  18. svn export http://svn.textmate.org/trunk/Support/lib/osx/keychain.bundle
  19. 3
  20. svn export http://svn.textmate.org/trunk/Support/lib/osx/plist.bundle

以上是关于雪豹升级后修复textmate包的主要内容,如果未能解决你的问题,请参考以下文章

从GIT刷新并添加textmate包

将捆绑包从git添加到textmate

ä¸èè½/æ›´æ–“TextMate捆绑包

TextMate包搜索和粘贴代码

R2C TextMate捆绑包-图像(img)

更新Textmate Getbundles