iOS開發之Found a swap file by the name ".podfile.swp" owned by: Netban dated: Fri Mar 24 13:57:27 2017 file name: ~Netban/Desktop/StudentGrowth/podfile modified: YES user name: Netban host name: NetBanMacBook-Pro.local process ID: 15310 While opening file "podfile" dated: Sat Apr 1 11:30:23 2017 NEWER than swap file! (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use ":recover" or "vim -r podfile" to recover the changes (see ":help recovery"). If you did this already, delete the swap file ".podfile.swp" to avoid this message. Swap file ".podfile.swp" already exists!

Found a swap file by the name ".podfile.swp"
owned by: Netban dated: Fri Mar 24 13:57:27 2017
file name: ~Netban/Desktop/StudentGrowth/podfile
modified: YES
user name: Netban host name: NetBanMacBook-Pro.local
process ID: 15310
While opening file "podfile"
dated: Sat Apr 1 11:30:23 2017
NEWER than swap file!

(1) Another program may be editing the same file.
If this is the case, be careful not to end up with two
different instances of the same file when making changes.
Quit, or continue with caution.

(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r podfile"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file ".podfile.swp"
to avoid this message.

Swap file ".podfile.swp" already exists!

問題:就是說當前問價夾下存在了一個.podfile.swp文件,這樣會導入無法寫入

解決辦法:
cd 進入工程目錄
ls -a //查看當前目錄下的文件
rm -rf ..podfile.swp // 強制刪除
再vimpodfile就好了

6484AD21-B5EF-4F9B-8E66-65D463DE63F4.png
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容