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
I've tried to use a new stable version of compose multiplatform resources and found one problem with iOS build.
When my application module includes internal submodules with resource usage - I always receive runtime crash on iOS app version.
To solve this problem, I have to copy-paste resources from ALL submodules into the APP module. Looks like an iOS bug.
@MatkovIvan In the compose-multiplatform 1.6.1 version, the multiple modules composeResources is still not supported on the iOS platform. Is there a plan on which version this feature will be added?
Describe the bug
I've tried to use a new stable version of compose multiplatform resources and found one problem with iOS build.
When my application module includes internal submodules with resource usage - I always receive runtime crash on iOS app version.
To solve this problem, I have to copy-paste resources from ALL submodules into the APP module. Looks like an iOS bug.
here is the commit with solution: IlyaPavlovskii/YouTubePlayer@9e26611#diff-1b4fc3f655cfb0189c13c5849ed6e536963e18bd502fb3ff8af5a0975180e939
Affected platforms
Versions
Expected behavior
Build without copy-paste resources from submodules for iOS build.
The text was updated successfully, but these errors were encountered: