iOS 开发使用WKWebView和H5交互iOS Developer

【iOS 开发】Git 中无法忽略 .xcuserstate 的

2017-08-15  本文已影响222人  爱吃鸭梨的猫
Git

在平时的 iOS 开发中使用 Git 时会遇到这样的问题,明明在 .gitignore 文件中添加了 .xcuserstate 忽略,之后每次 push 时文件改动中还是会出现 UserInterfaceState.xcuserstate 文件,下面是解决方法。


git status
git status
git rm --cached client_swift_fm_a/client_swift_fm_a.xcworkspace/xcuserdata/Jonzzs.xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "删除xcuserstate文件"
git push

将来的你,一定会感激现在拼命的自己,愿自己与读者的开发之路无限美好。

我的传送门: 博客简书微博GitHub

上一篇下一篇

猜你喜欢

热点阅读