Xcode workspace integrity error

I was executing and pushing to git. While doing this, I got the "Workspace Integrity" error. I thought this error was due to the fact that I have several unlinked files, after which I found that I did have junk-free files. So finally I merged, fixed, and was able to push to Visual Studio Online which is my host. Then after that I tried again but the error was the same. So, I asked him to download from Visual Studio and open this downloaded project. I thought it wouldn't give me an error. Unfortunately, as you might guess, it didn't work.

I need to fix this, but I don't know what it is. There is no such solution for this error, which is really strange. This is the same error that was asked on stackoverflow in this link and this link ; both have no solution.

I really need all of you, this error is a little scary.

Waiting for your leadership.

+3


source to share


2 answers


What I usually do is open the file in the version editor and see what has changed. Version editor version



0


source


This usually happens when Xcode messes up your link files.

Try searching (not XCode, Atom, which you can check better) for " lastKnownFileType

" and see if the links are correct for that.



I have changed the location of several modules in the workspace and it has moved, it compiles but cannot be indexed due to XCode Workspace Integrity Error ".

I fixed checking all links in the path and they were all linked to the wrong path in lastKnownFileType

0


source







All Articles