Re: broken project file
Re: broken project file
- Subject: Re: broken project file
- From: Chris Espinosa <email@hidden>
- Date: Mon, 23 Feb 2004 14:03:39 -0800
My goodness, it looks like you had a bookmark name that included the
magic characters for CVS to interpolate checkin comments. When you
checked in the project file, CVS saw these characters and replaced them
with checkin information, which is not appropriate in a structured XML
file.
Please file this as a bug against Xcode.
Chris
On Feb 23, 2004, at 1:32 PM, David Kocher wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for the hint; you're right these lines are really garbled. I
just removed these and about five other 'PBXTextBookmark' entries and
I can now open the project sucessfully again.
What remains a mystery:
- How does it come these bogus lines get written in the file?
Obvously it has something to do with CVS although I don't use the CVS
integration found in Xcode but rather the command line tools by hand.
- Anything important missing now as I have removed these lines?
(No, I wouldn't edit these files by hand, although now I did)
- --dk, *free beer for j o a r !*
On Feb 23, 2004, at 10:15 PM, j o a r wrote:
The first problem is most likely on line 24424. If you compare with
line 24527 you'll notice that lines 24424 to 24526 all lack the
closing quotation mark, and the line terminating semicolon.
Have you modified the project file outside of Xcode, using some other
editor or tool?
j o a r
On 2004-02-23, at 21.53, David Kocher wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a .pbproj file which suddenly won't open anymore in xcode.
Even when I check out older versions from the CVS I have no luck
opening them anymore.
The error logged to the console is
- -----------
2004-02-23 21:38:31.444 Xcode[2767] CFLog (0):
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing
semicolon in dictionary.
2004-02-23 21:38:31.447 Xcode[2767] CFLog (0):
CFPropertyListCreateFromXMLData(): The file name for this data might
be (or it might not):
/Users/dkocher/Desktop/cyberduck/Cyberduck.pbproj/dkocher.pbxuser
** INTERNAL ERROR: Uncaught Exception **
Exception: XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Missing ';' on line 24525
- -----------
I can't spot any flaw on line 24525
- -----------
24421: 47DF597F05E7828500EA4687 = {
24422: fRef = 478408BF03D379F300DA3CFD;
24423: isa = PBXTextBookmark;
24424: name = " * $Log: dkocher.pbxuser,v $
24525: name = " * Revision 1.49 2004/02/21 12:12:26 dkocher
24526: name = " * *** empty log message ***
24527: name = " *\n";
24528: rLen = 34;
24529: rLoc = 991;
24530: rType = 0;
24531: vrLen = 1666;
24532: vrLoc = 0;
24533: };
_______________________________________________
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.