Source Compile Error

2 replies [Last post]
backwardselvis
User offline. Last seen 12 years 4 weeks ago. Offline
Joined: 04/29/2009
Posts:

Hey, I looked through your source and found a tiny error. Just thought I would take the time to post.

Building target “Molecules” of project “Molecules” with configuration “Debug” — (1 error)
	    cd /Users/$RemovedForSecurity/Desktop/Molecules
    setenv ICONV /usr/bin/iconv
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings --validate --inputencoding UTF-8 --outputencoding binary French.lproj/Localized.strings --outdir /Users/$RemovedForSecurity/Desktop/Molecules/build/Debug-iphonesimulator/Molecules.app/French.lproj
2009-04-29 18:23:39.699 plutil[29856:613] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
French.lproj/Localized.strings:
XML parser error:
	Unexpected character / at line 1
Old-style plist parser error:
	Missing ';' on line 11
 
2009-04-29 18:23:39.714 plutil[29857:613] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
French.lproj/Localized.strings: XML parser error:
	Unexpected character / at line 1
Old-style plist parser error:
	Missing ';' on line 11
 
Build failed (1 error)

Brad Larson
Brad Larson's picture
User offline. Last seen 4 years 22 weeks ago. Offline
Joined: 05/14/2008
Posts:

Yes, it looks like there's a missing semicolon within the Localized.strings file within the French localization. I'd fixed that a while ago within my own codebase here, but it looks like I never updated the published code.

I'll be doing a little cleaning up of the code soon anyways, so I'll update the code on the site when I do.

Thanks for pointing it out.

backwardselvis
User offline. Last seen 12 years 4 weeks ago. Offline
Joined: 04/29/2009
Posts:

Yeah, simple fix. Thanks for all your hard work. -later

Syndicate content