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

iOS - No such module "LDKFramework" #47

Open
paneb opened this issue Apr 22, 2022 · 3 comments
Open

iOS - No such module "LDKFramework" #47

paneb opened this issue Apr 22, 2022 · 3 comments

Comments

@paneb
Copy link

paneb commented Apr 22, 2022

Hi, cloning and using the current version of BlueWallet (BlueWallet/BlueWallet@abdcf43) on a mac M1 arm64 I get the following error:
"No such module 'LDKFramework'".
I can't figure out if it's a commit version issue or an unsupported architecture issue. Any thoughts on this?
Build BlueWallet_2022-04-22T12-14-43.txt

Thanks

@Overtorment
Copy link
Member

@marcosrdz

meanwhile i suggest you try a bit older tagged version

@tanx
Copy link

tanx commented Aug 18, 2022

@paneb have you ever figured out how to resolve the issue? Getting this on my M1 as well. Thanks

@tanx
Copy link

tanx commented Aug 18, 2022

I got the iOS simulator to build using the instructions in this guide:

Before we can actually build and run our project in a simulator, we will have to tell Xcode to exclude arm64 on simulators. Open the project’s workspace and to go the “Build Settings.” Under “Excluded Architectures” for both Debug and Release, add "arm64" for any iOS simulator SDK.

https://medium.com/@davidjasonharding/developing-a-react-native-app-on-an-m1-mac-without-rosetta-29fcc7314d70

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

3 participants