Unable to build for iOS

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?

I am having the same proble any solution ?

Do you still have this issue with 0.9.5? I can’t reproduce it on my machine. If you still have the issue, could you please paste the contents of the generated pbxproj file? It should be located at or around TestApp/.build/iOS-Release/TestApp.xcodeproj/project.pbxproj. Thanks!

I got error too. XCode 7.2 and Fuse 0.9.5

(unknown): E0000: Native build failed

Can you please install 0.9.6, build on the command line with the -v option, and paste the full output of that here? fuse build -v --target=<android or ios>