Is there a problem if 1 developers uses xcode to code and then another developer uses VS to code on the same project?

Anyone encountered any issue?

I’m using Xcode or Eclipse at work and VS at home - no problems encountered :slight_smile:

Same here, using xcode, eclipse and VS on 4 different machines.
No real issues.

I’m also using Dropbox to move the files between the 4 machines and that can cause issues if the paths are different.
I ended up creating env variables to make the paths the same i.e. COCOS/project/proj.x would work on all 4 machines.

Shouldn’t encounter problems, it’s not like you are using code that is limited to an IDE. I use Xcode, Eclipse and Visual Studio on the same project.

I’ve encountered one problem. I was using VS 2008 before and somehow it treats unknown pragma (because I usually use pragma mark) as errors and prevents building. In VS 2010, this seems to be fixed.