码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode提交图片出错:Commit failed not under version control (1)

时间:2016-03-09 12:35:00      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

xcode的svn提交图片经常会出问题,这不我又碰到了,记录下:

修改的是xx@2x.png之类的图标,commit的时候报错

The working copy “ios” failed to commit files.

Commit failed (details follow):‘xx@2x.png’ is not under version control (1)

原因与解决:

1 确保文件缺失存在在相应的目录下,如果是引用要拷贝或者拖拽过来;

2 xcode 的Source Control 对xx@xx的文件支持不好;

3 通过Terminal命令行去commit

技术分享

如果文件是第一次上传,还要先“svn add...”

Xcode提交图片出错:Commit failed not under version control (1)

标签:

原文地址:http://www.cnblogs.com/jager/p/5257332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!