-
Notifications
You must be signed in to change notification settings - Fork 76
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
Incompatible architecture (have 'arm64', need 'x86_64') in M1 mac #297
Comments
change arch |
@Sean-Snow.. changing the arch didn't solve the issue... |
Same Issue when I want to call "keyToDID" method with android on Macbook M1 pro:
|
Could you both specify what Flutter commands you are running and for which targets? @bibash28 you will need to compile DIDKit for x86
Then, assuming you're in the @TalebRafiepour you should follow the steps above but with the correct target, e.g. |
@sbihel I am trying to build for android in M1 mac... Let me share the commands
Ref: https://github.com/spruceid/credible/blob/main/install_android_dependencies.sh |
You can drop |
ok. @sbihel
is failing...
Android app returns this error.. |
I meant, you can remove it. |
removing doesn't solve issue @sbihel |
Is it the same error? For which command? |
I still have this issue @sbihel @itsbalamurali |
I'm encountering the same issue when building an iOS framework. |
Not yet @kangminhao |
[mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64') in Flutter]
The text was updated successfully, but these errors were encountered: