Chris Luff

Results 10 comments of Chris Luff

I am looking at a similar problem. I am trying to access a SQLite DB on IOS that I create inside private storage at runtime. Works fine for desktop but...

Wanted to circle back around here - I choose to implement a native java implementation of the SQLite driver (SQLJet), it works just fine on [iOS](https://github.com/cbm64chris/weight-converter/blob/storage/src/main/java/com/fluffy/luffs/weight/converter/storage/Database.java).

Agreed, but for basic creation, selection, and deletion without the native JNI it does the job fine.

@jperedadnr yes to both macOS and a warning. The phase completes but the binary fails to execute citing the missing library.

Working great on JDK10, I had some issues with JDK9 but since that is out of support I am not worried about that. Question though; how can I include the...

I built the plugin for 10.0 and published to the plugin repo. I’ll build out for 11.1 in a few days.

It’s not exactly a solution but unless your on Sonoma you can still install Xcode 14. I accidentally upgraded to Sonoma where 14 is nerfed. However, running from the binary...

@aardy1 have you installed Xcode 14? If you have, you'll see that you cannot execute from the app package. However you can execute the Xcode 14 from the binary in...

Hey, getting this behaviour on JDK 11 1.4.2 - can’t move to anything greater right now :( I checked out the changes made in the corresponding PR and patched to...

@mkl-public is there anything I can do to move this on?