Rhythmically Intermittent When my Iphone 12 Connect To MacOS

解决iphone连接到macOS时,反复的断开重连

Posted by yaohong on Tuesday, March 12, 2024

TOC

Rhythmically Intermittent When my Iphone 12 Connect To MacOS

Recently, when my iPhone connects to MacOS, the battery icon on the phone alternates between showing the charging (lightning bolt icon) for a few seconds and then disappearing (no charging battery icon). This continuous loop prevents the phone from charging through MacOS and also hinders the ability to debug iPhone apps.

Mac system version with the issue: macOS Monterey Version 12.7.3 iPhone version with the issue: iOS 16.1

Mac system version with the issue: macOS Monterey Version 12.7.3 iPhone version with the issue: iOS 16.1

Solution 1: Press CMD+Space, type Terminal, and in the terminal, enter:

sudo killall -STOP -c usbd

Enter your password, and then it should work.

Reference: https://discussions.apple.com/thread/8276949?sortBy=best

Solution 2 (more complicated): Shut down your Mac, then restart while holding ‘CMD+R’ to enter recovery mode. In the top menu bar, find Terminal, enter csrutil disable, then restart.

After restart, open Terminal and enter:

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.usbd.plist

Reference: https://discussions.apple.com/thread/251117125?sortBy=best

中文:解决iphone连接到macOS时,反复的断开重连

最近,我的iphone连接到MacOS上时,手机上的电池图标一会显示充电(闪电图标)几秒后,闪电图标不见(没充电电池图标),如此不断循环,导致手机无法通过MacOS充电,也无法使用iphone调试app。

出现问题的mac系统版本:macOS Monterey Version 12.7.3 出现问题的iphone版本:iOS 16.1

解决办法一:CMD+Space 输入Terminal,在terminal输入:

sudo killall -STOP -c usbd

输入密码,然后就可以了。

文章可参考:https://discussions.apple.com/thread/8276949?sortBy=best

解决办法二(麻烦些):关机->启动时按’CMD+R',进入到回复模式,在顶部的菜单栏找到terminal,输入csrutil disable,然后重启;

启动后,打开Terminal,输入:

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.usbd.plist

文章可参考:https://discussions.apple.com/thread/251117125?sortBy=best

「点个赞」

Yaohong

点个赞

使用微信扫描二维码完成支付