git mv command with Xcode, resource in Xcode disappears? -
i'm trying go through git commands , tutorials don't have use xcode source control. tried simple example picture.
- i dragged picture 0000.jpg project.
- i see picture 0000.jpg has "a" next in xcode
- i go command line , git commit -m "test"
- git mv 0000.jpg 1.jpg
- git commit -m "message"
when go folder image lies, see gets changed 1.jpg. however, in xcode, still see image named 0000.jpg. if clean project , close , reopen xcode, name stays same. missing mv command? or xcode not doing it's supposed doing? thanks!
xcode not aware of file system changes renaming file. have readd file inside of project or rename inside of xcode.
this unlike eclipse , other java ides may have used.
Comments
Post a Comment