-
Notifications
You must be signed in to change notification settings - Fork 84
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
Could not find module 'Solana' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator #192
Comments
This uses Swift package manager. So it should compile right away. Can you give us more information? |
This looks like an issue with your Xcode. Try running with roseta. I suspect you are using m1 Another hack is s swiftSettings: [.unsafeFlags([ |
Will try this thanks |
I am still trying to reproduce this. @Perronef5 let me know if you found something |
Hey I ended up just going with @solana/web3. We can close this if you'd like |
Describe the bug
When trying to use this package in swift I get the above error. To fix this there should be a package for both x86 and arm64.
The text was updated successfully, but these errors were encountered: