大家都會遇到sketch高版本保存的版本在低版本里無法打開。
有兩種方案:
#1 插件方案
插件:convert_sketch_file_other_version.py
作者:Ashung
地址:https://gist.github.com/Ashung/e9daff28d050f9a87773530177d45a04
點擊 「Download zip」 下載zip文件并解壓到本地,如桌面。
得到一牛逼文件「convert_sketch_file_other_version.py」
然后打開終端
command+空格,輸入terminal.app,回車,打開終端
輸入python
把「convert_sketch_file_other_version.py」這個文件拖進終端
python ?/Users/boyso/Desktop/convert_sketch_file_other_version.py
然后再拖你的sketch文件進終端。就會把文件路徑補充上去。
示例文件Beeman.sketch。
然后優雅的 回車
就會在目錄下出現一個叫BeeMan_save_as_43.sketch的新文件。
即可完成轉換。