https://kotlinlang.org logo
Title
a

albertgao

04/03/2018, 10:25 PM
Anyone gets this error?
ld: symbol(s) not found for architecture armv7
j

J-Rojas

04/03/2018, 11:46 PM
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

olonho

04/04/2018, 7:04 AM
what target do you use?
a

albertgao

04/04/2018, 7:25 AM
@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