Warning about blocking item under version control (Xcode 4)

user635064 picture user635064 · Jun 8, 2011 · Viewed 7.9k times · Source

I just added TouchXML to my project and it's telling me that:

warning: Obstructing: /**/Classes/Creation is blocking item under version control

also, same thing for Tidy:

warning: Obstructing: /**/Classes/Tidy is blocking item under version control

It's just a warning but it's very annoying; how can I get rid of it?

Answer

jules picture jules · Jul 25, 2011

I just had the same issue but with my build folder. It was svn issue. after a clean up and update on build folder, I could delete the build folder and add set it to ignore.

Did you use TouchXML from a svn repository? You may check for any ".xxxx" folders.

// Update: I meant running svn cleanup and svn update commands.