Skip to content
Discussion options

You must be logged in to vote

Thanks, that explains the issue.

Your Mac is Intel/x86_64:

uname -m
x86_64

But the binary you are running is Apple Silicon/arm64:

file ./imessage-exporter
Mach-O 64-bit executable arm64

It should read:

Mach-O 64-bit executable x86_64

This indicates that the wrong archive was extracted: you are using the Apple Silicon build on your Intel Mac.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@ashanti1fromer
Comment options

@ReagentX
Comment options

Comment options

You must be logged in to vote
3 replies
@ReagentX
Comment options

@ashanti1fromer
Comment options

@ReagentX
Comment options

Answer selected by ReagentX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested crate: cli Related to the CLI crate
2 participants