最近升级到了xcode7.1 发现KSImageNamed插件不能使用了,解决步骤如下:
1.在桌面com+shift+G到~/library/Application Support/Developer/Shared/Xcode/Plug-ins目录下
2.找到KSImageNamed.xcplugin,右键显示包内容,打开Contents下的Info.plist
3.找到DVTPlugInCompatibilityUUIDs键,添加一行当前xcode的版本号(可在终端执行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID 即可获取版本号)
4.双击Contents/MacOS下的KSImageNamed,待终端进程执行完毕后,重启xcode
网友评论