iOS preview build error

Hellow~~

This error occurs when build from iOS… please advise me with the cause of this situation…


$ fuse build --target=iOS --run . . .

The following build commands failed: CompileC build/test2.build/Release-iphoneos/test2.build/Objects-normal/armv7/Fuse.iOS.Controls.WKWebViewHelpers.o src/Fuse.iOS.Controls.WKWebViewHelpers.mm normal armv7 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure) (unknown): E0000: Native build failed (8,995.97 ms)

Build completed in 25.11 seconds. 0 Warning(s) 1 Error(s)

Error Summary

(unknown): E0000: Native build failed FATAL ERROR: Build failed. fuse: Errors were encountered while building the project

Hey, we’ll need to figure out some more information to debug this… Can you check if your xcode install is up to date?

Hi~~

thanks for the reply, resolved after the update… :slight_smile:

thanks

Glad to hear it :smiley:

Hi,

I got the same error with the error with the last version of Xcode (Version 7.2 (7C68)) and the sample scrolling-animation

Thanks for help Arnaud

Hi, is your Xcode up to date?

Can you try building with --debug instead of --run? This will open the project in Xcode, and might give you some more clues.