I’m getting this error when trying to build or preview for iOS. I fix it installing the previous version of Fuse:
Generating code and dataFontconfig warning: no <cachedir> elements found. Check configuration.
Fontconfig warning: adding <cachedir>~/Library/Caches/com.xamarin.fontconfig</cachedir>
Fontconfig warning: adding <cachedir prefix="xdg">fontconfig</cachedir>
The same project on Fuse version 1.2.1 (build 13974) doesn`t work on the last 1.3.0 version.
MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
macOS HighSierra
Oh, that’s another [known] issue, not related to the warnings at all.
I’ve now linked this forum post to the ticket and you’ll get notified once it’s fixed. In the mean time, if you urgently need to export to iOS, the only option is to downgrade Fuse.
2017-11-07 11:11:39.404 xcodebuild[51344:3880450] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2933. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-11-07 11:11:39.452 xcodebuild[51344:3880450] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2933. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-11-07 11:11:39.459 xcodebuild[51344:3880450] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Missing ';' on line 2933" UserInfo={NSDebugDescription=Missing ';' on line 2933}}
xcodebuild: error: Unable to read project 'Weeseg Office.xcodeproj'.
Reason: Project /Users/jonatasantos/Programming/Weeseg/Weeseg-Office/build/iOS/Debug/Weeseg Office.xcodeproj cannot be opened because the project file cannot be parsed.
the problem is because the name of your project contains spaces. To troubleshoot the problem, you could rename the project name by removing the spaces.
Jonata Santos wrote:
Ok, I’ll post it on this private link.
To help you, this is the error when Fuse Export:
2017-11-07 11:11:39.404 xcodebuild[51344:3880450] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2933. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-11-07 11:11:39.452 xcodebuild[51344:3880450] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2933. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-11-07 11:11:39.459 xcodebuild[51344:3880450] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Missing ';' on line 2933" UserInfo={NSDebugDescription=Missing ';' on line 2933}}
xcodebuild: error: Unable to read project 'Weeseg Office.xcodeproj'.
Reason: Project /Users/jonatasantos/Programming/Weeseg/Weeseg-Office/build/iOS/Debug/Weeseg Office.xcodeproj cannot be opened because the project file cannot be parsed.