seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.63k stars 273 forks source link

MacOs M1 compatibility #81

Open andreakiro opened 2 years ago

andreakiro commented 2 years ago

Hi all! I tried to install and use opendrop but on my first try I got the AttributeError below, which I've never seen before. I have the latest Apple M1 chip, and I've already had a lot of problems when installing and using small libraries. I was wondering if this specific error is related to M1 or if anyone else has had something similar? Thanks!

AttributeError: dlsym(RTLD_DEFAULT, archive_version_number): symbol not found
megatunger commented 2 years ago

Had you installed libarchive? I can make it work with my M1 mac

andreakiro commented 2 years ago

Yes. I installed libarchive via Homebrew, then followed their installation process step by step.