Hey all, so I’m trying to use AppCode for the iOS/Swift side of my Kotlin/Native project and am finding that references to the “app” framework (from Kotlin/Native) show up as unresolved. It compiles and runs fine but the AppCode IDE simply doesn’t know where the library is?! So I have no code completion.
The thing is if I switch over to XCode then the references are fine and I can get code completion for code in the “app” framework.
Any ideas? Performing a clean doesn’t help either.