Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Xcode build phase script without gradle usage #772

Open
Alex009 opened this issue Sep 11, 2024 · 0 comments
Open

Prepare Xcode build phase script without gradle usage #772

Alex009 opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Alex009
Copy link
Member

Alex009 commented Sep 11, 2024

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

@Alex009 Alex009 added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant