您的位置:首页 > 其它

Mac 解决svn+Cornerstone中 UserInterfaceState.xcuserstate的版本控制

2016-03-29 18:54 429 查看
Here’s what I did:

in Terminal cd to the project.workspace directory

svn -v status revealed this file was under version control (M):

M 655 654 user xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate

svn delete —keep-local —force xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate

That fixed it. At that point Cornerstone showed that it was ignoring the file. And Xcode behaved properly too.

原网址:http://stackoverflow.com/questions/22645281/using-cornerstone-how-do-i-ignore-xcodes-userinterfacestate-xcuserstate-file
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: