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
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容