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

Update documentation for using bdk-flutter on App Store builds #111

Open
MrUnfunny opened this issue Sep 25, 2023 · 1 comment
Open

Update documentation for using bdk-flutter on App Store builds #111

MrUnfunny opened this issue Sep 25, 2023 · 1 comment

Comments

@MrUnfunny
Copy link
Contributor

It works fine on normal debug and release builds but any build for the app store strips off the entire bdk library. In that case, we need to update the Xcode symbol strip style.

  1. Open Xcode and navigate to your project's settings.
  2. Select the "Target Runner" option.
  3. In the "Build Settings" tab, locate the "Strip Style".
  4. Change the value from "All Symbols" to "Non-Global Symbols."

Creating this issue because I think this should be included in the documentation.

@BitcoinZavior
Copy link
Contributor

Thanks @MrUnfunny Will find a place to include this in docs.
Is there any other issue you encountered when publishing the app to App Store or Play Store?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants