rn-ldk
rn-ldk copied to clipboard
iOS - No such module "LDKFramework"
Hi, cloning and using the current version of BlueWallet (https://github.com/BlueWallet/BlueWallet/commit/abdcf43c413e3060bd155a39b28b9a2225ff7e3f) 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
@marcosrdz
meanwhile i suggest you try a bit older tagged version
@paneb have you ever figured out how to resolve the issue? Getting this on my M1 as well. Thanks
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