https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
h

hmole

09/23/2018, 8:00 AM
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

fabianterhorst

09/23/2018, 1:52 PM
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

thevery

09/23/2018, 4:57 PM
f

fabianterhorst

09/23/2018, 10:25 PM
I already have that installed but not getting auto completion for the ios parts of the common module.
l

Liliia

09/24/2018, 10:51 AM
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