could someone help me to figure out why I’m seeing...
# multiplatform
i
could someone help me to figure out why I’m seeing this error:
Copy code
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_UIDevice", referenced from:
      objc-class-ref in combined.o
This happens when there is ref to UIImage class
actual typealias Bitmap = platform.UIKit.UIImage
s
Known issue. Try adding explicit linker options to the binary that fails to link, as described here: https://kotlinlang.slack.com/archives/C3SGXARS6/p1559551834011200
i
Agh ic thx!