Gluon sample application failing on ios devices - gluon-mobile

I am trying to run my gluon sample application on ios device but I am getting an exception while launching the app using the command ./gradlew --info launchIosDevice.
The error stack trace is
org.robovm.libimobiledevice.LibIMobileDeviceException: IDEVICE_E_NOT_ENOUGH_DATA
at org.robovm.libimobiledevice.IDevice.checkResult(IDevice.java:197)
at org.robovm.libimobiledevice.IDeviceConnection.receive(IDeviceConnection.java:109)
at org.robovm.libimobiledevice.util.AppLauncher.receiveGdbAck(AppLauncher.java:475)
at org.robovm.libimobiledevice.util.AppLauncher.sendReceivePacket(AppLauncher.java:485)
at org.robovm.libimobiledevice.util.AppLauncher.pipeStdOut(AppLauncher.java:763)
at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:734)
at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:1052)
at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
Although the app is installed on device but it crashes while starting.
I am using mac-os version 10.14.6 and iPhone 8+ with software version 13.3
Xcode version is 11.3

I believe this is a problem with the latest version of Gluon ( 5.0.2 charm) not playing nicely with iOS 13.2.3 and beyond. Prior to this it worked fine.

Related

how to run iOS simulator 10.3.1 on Xcode 12.4?

currently we are developing a flutter app with flutter SDK 1.20, we are sticking to version 1.20 due to some outdated packages we use.
after some googling we found that we still can open a debugging session on iOS simulators 10.3.1,
we are using Xcode 12.4 and when we try to add a new simulator and try to download a new OS version, we downloaded iOS simulator 10.3.1 and its added in Library/Developer/CoreSimulator/Profiles/Runtimes as iOS 10.3.simruntime
but unfortunately its not appearing when we choose to install an OS version on a new iOS simulator.
all we can choose are these simulators only...but 10.3.1 not showing:
how can we choose iOS simulator 10.3.1?
did you somehow fix this problem?
Regards

Safari browser test execution is too slow after updating Appium 1.15.0, Xcode 11.1 and iOS 13.1.2 version

Safari browser test execution is too slow after updating Appium 1.15.0, Xcode 11.1 and iOS 13.1.2 version
It was working fine in Appium 1.13.0, Xcode 10.3 and iOS 12.x version
Is there any particular part (line of code) or just launching safari which is slow? I am running on safari in osx 12x and 13

Can my iOS published app, targeted for ios 7 built in xcode 5, run in ios 10.2 devices?

I am creating an app via Cordova. The build is complete in android ,and now I am creating an app for iOS.
I am running OS X 10.8 Mountain Lion and the max version XCODE is 5.1. The maximum version of iOS SDK that Xcode 5 supports iOS 7 SDK.
So I need to know before hand whether my app targeting iOS 7 will run on the latest devices ?
Forgive me if my question is a bit naive. I am new to iOS/ mac environment.
I suggest you to update the Xcode to the lasted version(8.2.1), and you can test your app in Xcode, with the simulotar 10.2(if you update the Xcode the lasted version, simulator will also have the lasted os version).
I am not mean this is test your cordova app if can run in device with 10.2 version, this step is test your cordova app if is operation normally in 10.2 version, if it will have some issues in this version, this is necessary.

IOS simulator install sub version

I've got a running application which seems to crash only in IOS version 9.0.2. With version 9.0 it is working.
I want to debug it with the XCode simulator, but it is only running version 9.0.
How can I get the simulator running IOS 9.0.2?
You can't. You need a real device with the specific version. The simulator doesn't support minor point releases.

How to run ios 8.4.1 device into xcode 6.0.1?

i can't access my device
My Device Version is->8.4.1
My Xcode deployment Version is ->8.0(maximum version),when i try to run its give me error message [may be running a version of iOS that is not supported by this version of Xcode].
Is there any possibility to run my device.
If you're running iOS 8.4.1 on your phone/simulator, then you'll need to upgrade to Xcode 6.4, which contains the iOS 8.4 SDK.

Resources