hi - I'm integrating Moko Resources to my KMP libr...
# moko
t
hi - I'm integrating Moko Resources to my KMP library and it's working from the Android side but I'm having a little trouble with iOS. I can see the
MR.kt
seems to be generated properly for
iosMain
but the iOS build is failing with:
Copy code
Cannot locate tasks that match ':shared:copyFrameworkResourcesToApp' as task 'copyFrameworkResourcesToApp' not found in project ':shared'.
as far as I can tell, my framework is built dynamically (which seems to be the default) and the solution was just removing that Build Phases script rule since it's handled automatically. Woohoo!