Page 1 of 1

Now a problem with adium.xcodeproj (SVN)

Posted: Tue Jun 14, 2005 10:00 pm
by ImaSudonim
I am using revision 12361

I attempt to open the project Adium.xcodeproj to build in xcode 2.1 on Tiger (10.4.1) and get

"Project /src/adium/Adium.xcodeproj cannot be opened because the project file cannot be parsed."

I can't build in xcode because I can't load the project file

The file has the following components:

/src/adium] ima% ls adium.xcodeproj
ima.mode1 project.pbxproj project.pbxproj.r12341
ima.pbxuser project.pbxproj.mine project.pbxproj.r12359

trying to build from the command line:

/src/adium] ima% xcodebuild -project Adium.xcodeproj -configuration Deployment build
2005-06-14 17:56:45.414 xcodebuild[6731] XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Expected terminating ')' for array at line 31
xcodebuild: Error: couldn't load project /src/adium/Adium.xcodeproj

Any ideas what I broke this time? 8-)

Thanks!

Posted: Tue Jun 14, 2005 10:51 pm
by zaudragon
Delete the .xcodeproj and re-update your trunk.

In the Terminal:

Code: Select all

$ cd ~/adium
$ rm -d Adium.xcodeproj
$ svn up

Posted: Wed Jun 15, 2005 10:31 am
by ImaSudonim
as of revision 12410, after following zaudragon's careful directions to remove the adium.xcodeproj file (I'm not sure why svn didn't update the xcodeproj file without removal, but there's a LOT I don't understand about svn 8-(), the problem is fixed.


Thanks, zaudragon!

Posted: Wed Jun 15, 2005 4:52 pm
by zaudragon
ImaSudonim wrote:as of revision 12410, after following zaudragon's careful directions to remove the adium.xcodeproj file (I'm not sure why svn didn't update the xcodeproj file without removal, but there's a LOT I don't understand about svn 8-(), the problem is fixed.


Thanks, zaudragon!
You didn't have to follow the Terminal directions :D

You could've just deleted the .xcodeproj in Finder and re-updated your checkout :lol: