Hi guys!
I’m looking for how to make a mpp project work with the following structure:
- MPP Kotlin Module [domain]
- iOS App [iosApp]
So far my only option to get it to work is manually move the generated framework to my iOS xCode Project. Nonetheless I get this “image not found” runtime error on a daily basis.
Is there any way to bind the build process of the iOS App to build and bind the Kotlin framework? I’ve been all over Google looking for an answer with no success so far…
r
ribesg
06/12/2019, 8:36 AM
Well you can just run gradle in the XCode build steps
e
EnricCamarero
06/12/2019, 8:38 AM
yes this is actually what I do, but when it comes to running the app I get the “image not found” error.
Any chance you could check this script