-
Notifications
You must be signed in to change notification settings - Fork 23
Is there an option for iOS simulator only? #82
Comments
This would be supported in the maven-client-plugin by setting the target to ios-sim:
But it's not supported yet b/c you'll get an error like this:
They haven't created the static jdk zip for the ios sim which runs on x86-64. This is not explained in https://docs.gluonhq.com/client/ nor https://github.com/gluonhq/client-maven-plugin/. It used to work. Documentation and consistent cross platform support is not there yet... 1 thing is fixed and 10 other things are broken or changed. Lots of moving parts. |
Is there an online documentation that contains information on the various configurations that can be applied to client-maven-plugin? |
all contain up-to-date information with the supported platforms and targets. Platforms: Linux, Mac OS, Windows, iOS and Android This is it for now. What it is not there it is not supported yet or experimental. |
Your feedback seems to imply that previous gluon mobile examples that are based on gradle (see https://github.com/gluonhq/gluon-samples) are now obsolete. Will there be replacement example equivalents, based on client-maven-plugin? |
Samples are being migrated here: https://github.com/gluonhq/gluon-samples/tree/substrate (few more pending https://github.com/gluonhq/gluon-samples/pulls). Work in progress for the rest. |
Using client-maven-plugin, is there an option to build for iOS simulator only, without having to register a physical device using Xcode?
The text was updated successfully, but these errors were encountered: