tags:

views:

315

answers:

2

i am new to iphone ... just updated my project with Subversion and now, if I try to open the project, I get that error: "Unable to open project /Users/dualg4/DEV/MacStubs/MacStubs.xcodeproj cannot be opened because the user file cannot be parsed" Where can I find it?

How can I get my project to load again? any help??????????

A: 

You probably have a conflict in your project.pbxproj file (inside MacStubs.xcodeproj). When that file has a conflict, it's usually best to revert it and make your changes to it again.

Dave DeLong
will you explain how to revert it step by step please?
Perhaps you should read the SVN documentation a little more if you're going to be using it regularly. Basic knowledge of source control systems is a definite must when developing software.If you're using the svn command line client, then type svn --help
Jasarien
A: 

Open project.pbxproj in text editor and check special svn marks & remove them

Slim