You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Alex009 Looks like a few other issues are possibly linked to this, #796 and #793? Any chance this can get looked at?
For others experiencing a runtime crash due to missing resources, you can replace the x:copy<x>FrameworkResourcesToApp build phase in xcode with custom copy logic like shown below:
Be sure to be specify the correct base directory for the module that contains your resource files, a lot of libraries have other .bundle files that could exist within your build directories of other modules
Likely caused by the changes made in #786
*.bundle files are not being copied into the *.app bundle when compiling (and running)
x:copy<x>FrameworkResourcesToApp
I believe this is specific only when using Kotlin 2.1 due to the new unpacked klibs (as mentioned in the other bug report)
As a workaround, modify the moko resources Xcode build phase to manually run a shell script which copies these files instead of using the gradle task
The text was updated successfully, but these errors were encountered: