Hey guys! I will really appreciate any help regard...
# compose-ios
e
Hey guys! I will really appreciate any help regarding moko setup with iOS. I have an issue
Copy code
bundle with identifier xxx.MR not found
and don't understand how to fix it. I have fully kotlin based project and am trying to launch the app from Android Studio. The Android app runs fine. (I also posted in the multiplatform channel: https://kotlinlang.slack.com/archives/C3PQML5NU/p1702841258546119 because was not sure where it is more correct to address)
k
#moko 😉
e
@Konstantin Tskhovrebov 👋
Do you know how to fix the issue or what library could I use instead?
s
If you are using static framework, there is a workaround in the moko docs. https://github.com/icerockdev/moko-resources?tab=readme-ov-file#iosmacos-static-kotlin-frameworks-support If you have a multi module setup, the module that generates the .framework/.xcframework should also apply the moko plugin. I would recommend you to take a look into the generated framework/xcframework to see if the bundle files are their.
e
@SrSouza Thank you! I fixed the issue by changing isStatic to false and downgrading XCode to v14.2