Not sure if I just need to set some framework bina...
# multiplatform
d
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
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
@darkmoon_uk Thank you! But what did you use as dependency for iosMain (in gradle.build file)?
@ribesg Thank you!
s
d
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
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.