crazyquark / nfc-amiibo

A tool to create amiibo tags using libnfc
42 stars 7 forks source link

Can't run it in mac #2

Closed fernhw closed 4 years ago

fernhw commented 4 years ago

I get a

zsh: permission denied: ./nfc-amiibo

tried chmod +x ./nfc-amiibo

but still can't get it to work. Is there anything I can do to make it work, it's a unix executable on a unix based machine

Mohave 10.14.6 (18G103), Macbook Pro 15' 2019 | have a ACR122U as a reader and several tags

PS. libnfc does interact with my NFC writter

fernhw commented 4 years ago

Solved.

rcolsm commented 4 years ago

I exactly have the same problem, how did you solve that?

fernhw commented 4 years ago

had to disable the process taking up the nfc reader

crazyquark commented 4 years ago

Yes, on macOS there is a daemon holding the NFC reader, I forget what it is called, I think pccsd or something like that. This is a known libnfc issue(which is what this program uses to access the NFC reader).