Does anyone have a working example with new multip...
# multiplatform
h
Does anyone have a working example with new multiplatform plugin and ios app/test? After lot of struggle I got to a point where xcode compiles and links everything, but when I run the test I get
Library not loaded: @rpath/MyFramework.framework/MyFramework
Nvm it's working. Just don't use tests and add the framework through
Embedded binaries
if anyone across this issue
f
With which ide are you editing the ios.kt for example to get ios platform auto completion. When i open the project in intellij idea 2018.3 im not getting auto completion for ios at all.
t
f
I already have that installed but not getting auto completion for the ios parts of the common module.
l
What do you mean saying
auto completion for the ios parts of the common module
? The module is either platform-specific (iOS) or platform-agnostic (common), and autocomplete should work fro the first one, but not for the second