gluonhq / gluon-samples

Gluon sample projects
298 stars 166 forks source link

mvn client:build -Pios stuck on macOS 15.6 for HelloFX project #67

Closed tonylyliu closed 4 years ago

tonylyliu commented 4 years ago

✘  ~/Desktop/Development/977-javafx-test-collections/002-gluon-samples/HelloFX   master ●  mvn client:build -Pios [INFO] Scanning for projects... [INFO] [INFO] --------------------< com.gluonhq.samples:hellofx >--------------------- [INFO] Building hellofx 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- client-maven-plugin:0.1.32:build (default-cli) @ hellofx --- [INFO] Scanning for projects... [INFO] [INFO] --------------------< com.gluonhq.samples:hellofx >--------------------- [INFO] Building hellofx 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] >>> client-maven-plugin:0.1.32:compile (default-cli) > process-classes @ hellofx >>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hellofx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hellofx --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< client-maven-plugin:0.1.32:compile (default-cli) < process-classes @ hellofx <<< [INFO] [INFO] [INFO] --- client-maven-plugin:0.1.32:compile (default-cli) @ hellofx --- [周三 9月 23 16:22:03 CST 2020][信息] ==================== COMPILE TASK ====================


        |       ||   |    |  | |  ||       ||  |  | |
        |    ___||   |    |  | |  ||   _   ||   |_| |
        |   | __ |   |    |  |_|  ||  | |  ||       |
        |   ||  ||   |___ |       ||  |_|  ||  _    |
        |   |_| ||       ||       ||       || | |   |
        |_______||_______||_______||_______||_|  |__|

Access to the latest docs, tips and tricks and more info on
how to get support? Register your usage of Gluon Substrate now at

https://gluonhq.com/activate

====

stuck here ....<<<<

jperedadnr commented 4 years ago

If you check the documentation for the HelloFX sample, you can't build for Android from Mac OS X.

tonylyliu commented 4 years ago

this is for ios build.

jperedadnr commented 4 years ago

See the log under target/client/arm64-ios/gvm/log, or alternatively add <verbose>true</verbose> to the plugin's configuration, and try again.