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
Now with static framework we should use custom build phase in xcode to copy all bundle resources from framework to app.
In custom build phase we use our gradle plugin, but in case when framework distributed as compiled binary on iOS side we will not see any gradle project and we can't use our build phase.
to fix it we should create some xcode build phase that not use gradle at all - some bash script that read framework/xcframework directory and copy all .bundle directories to .app directory
The text was updated successfully, but these errors were encountered:
Now with static framework we should use custom build phase in xcode to copy all bundle resources from framework to app.
In custom build phase we use our gradle plugin, but in case when framework distributed as compiled binary on iOS side we will not see any gradle project and we can't use our build phase.
to fix it we should create some xcode build phase that not use gradle at all - some bash script that read framework/xcframework directory and copy all .bundle directories to .app directory
The text was updated successfully, but these errors were encountered: