https://github.com/rickytan/RTImageAssets
RTImageAssets在Xcode6.4执行遇到RTImageAssets.xcplugin无法加载的问题,解决方案:
1.终端执行以下命令,把执行后的UUID记下
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
2.进入插件目录
cd ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
3.编辑插件对应的Info.plist文件,找到<key>DVTPlugInCompatibilityUUIDs</key> 将id加入
4.重启xcode