-
Notifications
You must be signed in to change notification settings - Fork 19
v2.0.24 : Hang when deploying to iOS on latest versions of everything #56
Comments
Please help or point me to a simple project that runs successfully on iOS with the latest versions listed above. This is a blocker. |
I think this was caused by a mismatch between the CFBundleIdentifier in the Default-info.plist and the CFBundleIdentifier specified in the small application initially deployed via XCode. The logging did not indicate that there was a problem but eventually the small application would launch instead of the one I was trying to deploy (no idea why...). In the process I ran into an issue with SLF4J and/or Logback related to interfaces which I'll post separately. |
org.javafxports:jfxmobile-plugin:2.0.24 I'm having the same issue as in the op. The launchIOS hangs for a long time on: And eventually outputs:
And continues to hang. |
Resolved This defaults to the gradle project name (I think) when the ide plugin is used to create a project. However, the Info.plist file will not be updated after refactoring the project name. Change Request |
org.javafxports:jfxmobile-plugin:2.0.20
OSX 10.13.4
XCode Version 9.3 (9E145)
iOS 11.3.0 and 11.3.1 on iPad and iPhone
downConfig 3.8.0
Unable to deploy and run any app successfully.
One app that previously worked fine now hangs when the following message appears:
lockdown asked, answer = jnr.ffi.provider.BoundedMemoryIO[address=0x138bfa8d0 size=8]
I've tried this on multiple machines.
Another (Single View Project on Gluon) fails with a black screen and the following:
These applications work fine on the desktop and on Android.
The text was updated successfully, but these errors were encountered: