Hi,
I am currently developing a native extension (for iOS) and Bob returns this error:
Exception in thread “main” com.dynamo.bob.MultipleCompileException: Build error
at com.dynamo.bob.bundle.BundleHelper.buildEngineRemote(BundleHelper.java:798)
at com.dynamo.bob.Project.buildEngine(Project.java:677)
at com.dynamo.bob.Project.doBuild(Project.java:801)
at com.dynamo.bob.Project.build(Project.java:405)
at com.dynamo.bob.Bob.main(Bob.java:557)
Caused by: com.defold.extender.client.ExtenderClientException: Failed to build source.
at com.defold.extender.client.ExtenderClient.build(ExtenderClient.java:190)
at com.dynamo.bob.bundle.BundleHelper.buildEngineRemote(BundleHelper.java:790)
… 4 more
It occurred after I added a framework to my extension, and I think it might be the same issue (timeout) as discussed here: https://forum.defold.com/t/unable-to-build-for-html5-when-html5-native-extension-is-included-def-2815/9662.
The extension I am working on is quite big, with heavy third-party frameworks.
Thanks,
Romain