Anyone gets this error? `ld: symbol(s) not found f...
# kotlin-native
a
Anyone gets this error?
ld: symbol(s) not found for architecture armv7
j
This is an error from the linker (ld). This error usually means you are not linking with the correct libraries. Double check that you are supplying the correct target architecture libraries when linking.
o
what target do you use?
a
@olonho It’s an issue I received for my KN-template repo. https://github.com/Albert-Gao/kotlin-native-mobile-multiplatform-example/issues/3 The user said the error will occur when building against version lower than iOS 11.0