Hey all, so I’m trying to use AppCode for the iOS/...
# kotlin-native
l
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.
v
Any chance I could take a look at the project?
l
I can’t share the complete project but I can share it minus most of the swift/kt files (i.e. keeping the proiect structure and configuration just empty of code).
Would that help?
v
Yes, sounds good
k
Are you using 2019.3 or 2020.1 by any chance? I've stuck to using 2019.2 because the two latest major versions won't autocomplete swift extensions provided by Faremworks. You might be running into something similar