This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
App crashes when pressing "Start LND" #19
Comments
I believe that's an error from Lndmobile. Are you passing in any custom config options? If you leave the customFields as an empty object it'll use a working default. I just added this to a blank project and it does start up LND:
|
That's really strange. After |
A clean build didn't help either, the app just closes as soon as the "Start LND" button is pressed with the messages mentioned above. I am wondering if one needs to give some sort of permissions or capabilities to the app to access some folders... |
Do we need to do anything to enable some Swift related options? |
Just tested on Android and it works, I can start LND, yesss! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to replicate the example App.tsx in our own app and as soon as I tap the "Start LND" button the app crashes with the following message on the command line
and the following one on XCode:
Is there anything we need to add in XCode to make this work?
The text was updated successfully, but these errors were encountered: