天天看点

安装UIIamge拾取图片插件

1、下载网址: https://github.com/ksuther/KSImageNamed-Xcode

2、关闭所有的x-code工程,包括模拟器,再运行下载的程序

3、打开终端,输入命令行 defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID

它会打印出一窜字符码 

4、输入find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add

在后面加上打印的字符码,回车,就搞定了。

5、打开x-code,在获取图片路径的时候就可以看到图片文件夹里面的内容了. 

安装UIIamge拾取图片插件
iOS