-
Notifications
You must be signed in to change notification settings - Fork 7
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
iOS Support #51
Comments
To support iOS the following will be required:
|
Is there any update on this? What would we need to generate iOS binaries? |
https://github.com/StackmateNetwork/stackmate-core Stackmate core does not have a build script for iOS yet BUT you can do it manually if you want to try. Pull this repo and run The binaries will end up in the target directory in separate folders for each iOS architecture. We have to then figure out how to add iOS support from the flutter side. Our lead flutter dev is not with us full time any more so even I am slowly learning and picking up flutter. |
Hey @i5hi I don't have much idea about rust. Running make ios or make android throws multiple errors such as "xxx not found in this scope". I ran cargo build --release before make but still getting the same error. Is it related to getting rust dependencies or do we need to do something else? |
Thats strange. Can you make an issue on the stackmate-core repo? Paste your errors there and I can helo you fix them. |
Part of the problem should be fixed by migrating to bdk-flutter: Related Issue #77 |
No description provided.
The text was updated successfully, but these errors were encountered: