Xcode doesn't read recent data

21 views Asked by At

I was rebase my branch from feature/... to develop and while resolve conflicts and merging, problem shows up.

At the branch, there are latest changed commits and I pushed them.
So, If I pull from feature/..., nothing changed.

  • git pull origin feature/... enter image description here

But the files and codes inside of latest commits are not showing in Xcode and deleted group is showing.

  • Xcode

I think Xcode is referencing improperly.
How can I fix this problem?

0

There are 0 answers