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

darkmoon_uk

04/29/2019, 12:00 PM
Not sure if I just need to set some framework binary options in Kotlin or whether I'm going to need to poke a suitable
Info.plist
in there manually...
r

ribesg

04/29/2019, 12:09 PM
Also please use threads 🧵 when responding, thanks
1
👌 1
(Actually the part that you need would be in the gist associated and linked in the one I linked above: https://gist.github.com/Ribesg/7a2b14841ad91d121bda24b6b1a7a054 )
m

max.denissov

04/29/2019, 12:15 PM
@darkmoon_uk Thank you! But what did you use as dependency for iosMain (in gradle.build file)?
@ribesg Thank you!
s

sunbreak

04/29/2019, 9:15 PM
d

darkmoon_uk

04/29/2019, 9:44 PM
Thanks @sunbreak, though we must distinguish between the
app
and the
app.framework
- the first is in our control and it makes sense that we need to provide our own
Info.plist
. The error I am getting is that there's no
CFBundleIdentifier
key in the
app.framework
that's generated by the MPP plugin.
s

sunbreak

04/29/2019, 10:16 PM
The quoted thread is about missing "Info.plist" in template project of MPP. In the iOS part of the template project, there are two targets, "iosApp" as the application target and "app" as the framework target. So it is what you are looking for.
3 Views