Error on building for iOS

Hi,

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

Hi,

those are just warnings that don’t have a direct effect on whether a project works or not. Are there any other errors?

I got an error like this when the Xcode opens:

https://camo.githubusercontent.com/c176705c4c27ea5985236098521210a1b35cbb9d/68747470733a2f2f636c6475702e636f6d2f7479305465794a6b4f352e706e67

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.

Thank you, I’m working now with the previous Fuse version. Waiting for the fix to upgrade again.

Hi Uldis, I recently upgraded Fuse to newer version and it keeps not working on previewing for iOS. Any news about it?

Hi Jonata!

We were just looking into this, but we need a project that reproduces the issue. Could you share yours? If it’s sensitive, you can put it here.

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.

The preview or export only works on Fuse 1.2.1

Hi Uldis, have you seen the project?

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.

The preview or export only works on Fuse 1.2.1

Thank you for the answer! I didn’t realize that because it never caused me problems on the last versions