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

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

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

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-08-17
  • 2021-11-09
  • 2021-09-15
相关资源
相似解决方案