Created
March 23, 2026 10:52
-
-
Save markus-wolf/b779f00c84d40eb8e87a3966664156ea to your computer and use it in GitHub Desktop.
cli fix for AirDrop problem iPhone -> Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An annoying problem when you can't airdrop from your iPhone to your own Mac: you see the Mac as an Airdrop target but a transfer never succeeds. | |
| - all the usual suspects are checked: | |
| - visible to Everyone | |
| - same Wifi, same iCloud account, BT on both | |
| - Mac Firewall allows incoming connections fro system services and sharingd | |
| - .... | |
| run | |
| sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool false |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caveat Emptor: YMMV, beware of the side effects if you care about Multicasts