Unable to run on armv7 (iOS9). Works fine on arm64...
# kotlin-native
e
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
I don't think Kotlin/Native supports iOS 9, but I'm not sure if/where that's documented.
e
Actually it does, just had to make the library static and it worked BUT archiving fails if I make it static https://kotlinlang.slack.com/archives/C3PQML5NU/p1594809633394100
since the archive fails I can't upload the app iTunesConnect... a bit stuck!
m
Hey were you able to resolve this? I’m hitting this as well
I managed to fix the issue by doing a pod install again
e
I am not using CocoaPods, if I remember correctly, I reimported the framework in XCode and it worked