进入项目目录, 输入下面两行:
git rm --cached ProjectName.xcodeproj/project.xcworkspace/xcuserdata/username.xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "Removed file that shouldn't be tracked"
来自:...
分类:
其他好文 时间:
2014-09-24 19:12:27
阅读次数:
292
xcodebuild 在介绍xcodebuild之前,需要先弄清楚一些在XCode环境下的一些概念【4】:Workspace:简单来说,Workspace就是一个容器,在该容器中可以存放多个你创建的Xcode Project, 以及其他的项目中需要使用到的文件。使用Workspace的好处有,1)....
分类:
其他好文 时间:
2014-08-21 19:09:34
阅读次数:
537