XCode and CVS problem
XCode and CVS problem
- Subject: XCode and CVS problem
- From: Phil Curry <email@hidden>
- Date: Wed, 10 Mar 2004 11:25:54 -0800
Looking for suggestions to the following problem.
Thanks.
-Phil
To put an existing project under cvs control, I did the following:
cd ~/projects/iV
cvs -d ~/projects/cvsroot import -m "initial submit" iV iV start
cd ~/projects
rm -rf iV
cvs -d ~/projects/cvsroot co iV
When I try to open the project with XCode, I get:
FIRST MESSAGE:
ERROR
Couldn't open /Users/b1ueskyz/projects/iV/iV.xcode.
Reason: XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Missing ';' on line 596
.
FOLLOWED BY:
INTERNAL ERROR
Uncaught Exception:
XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Missing ';' on line 596
Stack Backtrace:
The stack backtrace has been logged to the console.
STACK BACKTRACE:
** INTERNAL ERROR: Uncaught Exception **
Exception: XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Missing ';' on line 596
Stack:
0 0x94ec64b8 -[TSException raise]
1 0x90a5cdb0 +[NSException raise:format:]
2 0x90a73a04 -[NSString(NSExtendedStringPropertyListParsing)
propertyList]
3 0x96f4baa4 +[NSDictionary(PBXPListASCIIDescription)
plistWithDescriptionData:]
4 0x96f4ab18 +[PBXProject projectWithFile:errorHandler:readOnly:]
5 0x9773ec30 -[PBXProjectDocument readFromFile:ofType:]
6 0x92f69718 -[NSDocument initWithContentsOfFile:ofType:]
7 0x92f6958c -[NSDocumentController
makeDocumentWithContentsOfFile:ofType:]
8 0x9773dea8 -[PBXDocumentController
_innerOpenDocumentWithContentsOfFile:display:]
9 0x9773dbf4 -[PBXDocumentController
openDocumentWithContentsOfFile:display:]
10 0x9773cf84 -[PBXDocumentController openDocument:]
11 0x92e77584 -[NSApplication sendAction:to:from:]
12 0x92eacd78 -[NSMenu performActionForItemAtIndex:]
13 0x92ef16a4 -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:]
14 0x92e2e944 __NSHandleCarbonMenuEvent
15 0x92dd2904 __DPSNextEvent
16 0x92de8f30 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:]
17 0x92dfd278 -[NSApplication run]
18 0x92eb95ec _NSApplicationMain
19 0x0000a080
20 0x8fe1a6fc
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.