-
Notifications
You must be signed in to change notification settings - Fork 23
HelloWorld for iOS build failed #55
Comments
The error isn't clear, but from experience that looks like there was a running process that prevented this new one from succeeding. You can try to kill first all existing java processes, and try again? |
sadly it doesn't help |
Open Task Monitor app, see that you don't have any long running process from Java, LLVM, LLC, Gradle or related to this. If you have it, kill it. Then run again, from command line. |
none of the processes are running when starting maven build |
Post your machine specs, and which are the JDK and GraalVM versions? |
MacOS Catalina 10.15.3
Version is from the README:
|
Missing your Mac details (RAM mainly). The process is quite intensive in memory. |
No VMs running in VMWare. |
That is more or less my setup. |
llvm from http://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz is installed and in PATH.
P.S. commented out |
Can you test the latest Client plugin 0.1.18, with the new GraalVM build: |
I'm having the same problem here are all the stuff you asked for and the result of the build
I can compile and run the example on desktop in less than a minute, but then when I type the mvn client:run command it close before it shows anything on the screen.
For some reason I can run the HelloFXML example and it works property. Anyway I can't compile to IOS both of them. Here is the output for HelloWorld.
I you need more information about my machine just let me know. |
I've tried to build the HelloWorld sample for iOS, but without success. Can you tell me what's wrong?
The text was updated successfully, but these errors were encountered: