Hi there,
The native build of my Fuse project fails. Because the example projects fail as well, I’m guessing this is a bug in Fuse.
I’m using the latest XCode (7.2) and Fuse 0.9.4 (Build 5388). The error I get from the Terminal is:
(unknown): E0000: Native build failed
Before that happens, these errors show up:
Building native target
2015-12-20 16:45:35.940 xcodebuild[1813:115048] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 338. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2015-12-20 16:45:35.956 xcodebuild[1813:115048] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 338. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2015-12-20 16:45:35.960 xcodebuild[1813:115048] 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 338" UserInfo={NSDebugDescription=Missing ';' on line 338}}
xcodebuild: error: Unable to read project 'TestApp.xcodeproj'.
Reason: Project /Users/user/Documents/TestApp/.build/iOS-Release/TestApp.xcodeproj cannot be opened because the project file cannot be parsed.
Is it a bug? Or is there a way I can fix this myself?