美文网首页
2019忽略烦人的UserInterfaceState.xcus

2019忽略烦人的UserInterfaceState.xcus

作者: 小y想吃糖 | 来源:发表于2019-07-16 15:16 被阅读0次

    打开终端,cd 到工程主目录,执行以下命令

    1、git rm --cache */UserInterfaceState.xcuserstate

    2、git commit -m "Never see you again, UserInterfaceState" 

    3、打开git hub,Ignore所有untrack文件,再点击push。【是ignore不是discard。】

    4、ignore之后就会发现刚刚github上的UserInterfaceState.xcuserstate变成一个+ file,commit 然后 push。

    注:

    这个UserInterfaceState.xcuserstate文件标记的是Xcode操作过程中GUI的改动,不需要git。

    相关文章

      网友评论

          本文标题:2019忽略烦人的UserInterfaceState.xcus

          本文链接:https://www.haomeiwen.com/subject/ykktlctx.html