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
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.
Open Xcode and navigate to your project's settings.
Select the "Target Runner" option.
In the "Build Settings" tab, locate the "Strip Style".
Change the value from "All Symbols" to "Non-Global Symbols."
Creating this issue because I think this should be included in the documentation.
The text was updated successfully, but these errors were encountered:
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?
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.
Creating this issue because I think this should be included in the documentation.
The text was updated successfully, but these errors were encountered: