Java 8 support for iOS

java.lang.NoClassDefFoundError: Ljava/time/LocalDateTime;

I am getting this error while running the iOS build. As LocalDateTime is Java 8 feature and it working with Android build

That is not possible yet. Use jodatime or ThreeTen if possible.

2 Likes