Crashes when doing a direct tip
Closed this issue · 1 comments
kylehickinson commented
And will continue to crash on launch due to the ledger lib attempting to reconcile direct tips on launch
Due to using Chromium's base
for thread management in iOS. A possible workaround is using OS_IOS
preprocessor macro to use GCD instead of base for iOS and fixes the issue but probably needs a better solution.
kylehickinson commented
Fixed by #210 using temp solution mentioned above