【Mac使用技巧】Mac和iPhone间接力功能失效解决总结

问题

Mac OS升级到Monterey版本后,遇到iPhone复制内容后,在Mac无法接力粘贴,此时"接力"功能失效了。

解决过程

参考官网接力功能配置说明

1、重启Mac和iPhone,仍无法接力粘贴

2、重新登录2台设备的iCloud,仍无法接力粘贴

3、手工建立2台设备的配对,连接上后,仍无法接力粘贴

4、参考重置Mac的蓝牙配置信息后,成功接力粘贴了。

powershell 复制代码
sudo pkill bluetoothd; mkdir ~/backup; cp /Library/Preferences/com.apple.Bluetooth.plist ~/backup/; sudo rm /Library/Preferences/com.apple.Bluetooth.plist; sudo reboot

如果失败则执行

text 复制代码
sudo pkill bluetoothd; mkdir ~/backup; cp /Library/Preferences/com.apple.Bluetoothuserd.plist ~/backup/; sudo rm /Library/Preferences/com.apple.Bluetoothuserd.plist; sudo reboot

说明:如是突然失效的话,直接执行第4步即可解决

相关推荐
William.csj25 分钟前
Mac——文件夹压缩的简便方法
macos
北冥有鱼被烹26 分钟前
【问题】Mac 的 Finder 中没有桌面选项如何处理?(访达 -> 设置 -> 边栏 -> 勾选桌面)
macos
wenxiaocsdn3 小时前
macos虚拟机-演示篇三配置clover引导
macos
迷路爸爸1806 小时前
源码编译安装最新 tmux 教程(含 Debian/Ubuntu/CentOS/Arch/macOS 等系统)
linux·ubuntu·macos·centos·debian·tmux·archlinux
xingxing_F6 小时前
Rhino 8 for Mac 犀牛3D建模软件
macos·3d
2501_9159184112 小时前
掌握 iOS 26 App 运行状况,多工具协作下的监控策略
android·ios·小程序·https·uni-app·iphone·webview
2501_9159090615 小时前
iOS 混淆实战,多工具组合完成 IPA 混淆与加固(源码 + 成品 + 运维一体化方案)
android·运维·ios·小程序·uni-app·iphone·webview
takashi_void17 小时前
如何在本地部署大语言模型(Windows,Mac,Linux)三系统教程
linux·人工智能·windows·macos·语言模型·nlp