Problem: Xcode highlighting and Error reporting no...
# kotlin-native
c
Problem: Xcode highlighting and Error reporting not working properly for KMM kotlin/native module. Context: I am doing a POC to convert a common module from iOS and Android to KMM module and use it. When I am using the kotlin/native module in XCode, Code Highlighting not working, code completion is not reliable and error reporting is not up to the mark. I intentionally skipped few mandatory function implementation from a abstract class in kotlin/native module. Error Xcode reported:
Copy code
Undefined symbols:
Linker command failed with exit code 1 (use -v to see invocation)
How do I make it work?