Unable to run on armv7 (iOS9). Works fine on arm64 devices.
Getting this error
Copy code
dyld: Library not loaded: /usr/lib/libate.dylib
Referenced from: /private/var/containers/Bundle/Application/59E0AF1E-EF30-4E00-8C12-C85768FA992A/Example.app/Frameworks/Core.framework/Core
Reason: image not found
The Kotlin framework is a FAT framework. (targets arm32 and arm64)
r
russhwolf
07/24/2020, 12:19 PM
I don't think Kotlin/Native supports iOS 9, but I'm not sure if/where that's documented.