Xcode 4 does not recognize frame header directory fixed (GIT)

I copied the Parse.com framework to my project and did everything in order, but for some reason the header directory will not lose status A , which prevents me from redirecting my changes to my remote repository. I circumvented this using the terminal, and git in the terminal believes that this directory is already fixed, but for some reason Xcode continues what it needs to do, even after I tried several times. Any ideas?

enter image description here

+4
source share
1 answer

I had the same problem, and to fix it I had to go into the terminal and manually make changes. This posed a problem. But it was pretty annoying. Not sure if I have to do this every time at this point.

+1
source

Source: https://habr.com/ru/post/1381414/


All Articles