## How do I use it? Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in `~/Library/Developer/Xcode/Plug-ins`. Relaunch Xcode and `imageNamed:` will magically start autocompleting your images. **Import…
Xcode有时需要安装一些第三方插件,很多插件是基于ruby的,确切的说是基于ruby gem的! 但是在国内有一个很尴尬的情况,就是官方的gems网站:https://rubygems.org 的安全连接往往很不稳定,导致出现以下情况: sudo gem install cocoapods Password: ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data fr…