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,在擷取圖檔路徑的時候就可以看到圖檔檔案夾裡面的内容了.