Danny van Geel

Results 7 comments of Danny van Geel

Confirmed working when starting the simulator from XCode instead of the CLI

@piottros, in ios/ios.iml make sure the module element is completely empty and run. Sometimes it needs a couple of runs before it starts compiling.

Running into exactly this today as I was updating to the Crashlytics beta which deprecates Fabric. I solved this by copying only the .framework folders in the ios-armv7_arm64. However it...

I was having the same problem with 2.3.8 and a connected iPhone SE running iOS 13.2. I can confirm reverting to 2.3.7 fixed this. In both Robovm plugin versions, I...

@dkimitsa, using a development provisioning worked however now I am hitting the IDEVICE_E_NOT_ENOUGH_DATA error again which was fixed in 2.3.8 by I guess the iOS13 fix you mentioned. So basically...

I too am seeing crashes in the Google Play console related to InflateException, SynchronizedLazyImpl.getValue. All errors are pointing to android.view.InflateException at LayoutInflater.java:539. Looking further into the stack traces they seem...

On my case, I was overriding the app's theme ``` ``` Obviously the initial theme now needs to be a splash theme, which was causing my issues. To solve the...