Hi everyone,
two days ago a felt a little bit brave and updated to iOS 14 and watchOS 7.
After that "Unlock with Watch" was still working on my MacPro 5,1.
But the updates brought me a problem, my workouts had no GPS tracks anymore, just the starting point.
So i followed some of the basic troubleshooting, unlink my Watch, wait for the backup and link it again.
Didn´t worked, so i installed iOS 14.0.1 and watchOS 7.0.1.
GPS track problem solved, "Unlock with Watch" broken...
The setting was deactivated and couldn´t be activated again.
Again, i did some basic troubleshooting and helped in the past.
Unlink my iCloud account from macOS, reboot, try to login again, error message,
defaults delete MobileMeAccounts
, reboot and login again!
Nope, still no "Unlock with Watch" possible.
Checking my System Info > Bluetooth and Handoff is still enabled.
Then i checked the
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist
entry for
Mac-F221BEC8
and found the
ContinuitySupport
shows
false
.
Reboot to Recovery, disable SIP, reboot, use
PlistBuddy
to change the
ContinuitySupport
entry to
true
, reboot to Recovery, enable SIP, reboot again and check the outcome.
sudo /usr/libexec/PlistBuddy -c "Set:Mac-F221BEC8:ContinuitySupport true" "/System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist"
cat /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist
Guess what? It´s still
false
Code:
...
<key>Mac-F221BEC8</key>
<dict>
<key>ContinuitySupport</key>
<false/>
<key>DID ProductCode</key>
<integer>18954</integer>
</dict>
...
But i think that was the wrong rabbit hole...
Handoff from macOS to iOS and vice versa works just fine!
AirDrop from macOS to iOS and vice versa works just fine!
Anyone with the same problem or another solution?
Mac Pro 5,1 Mid-2010
macOS 10.15.6 Catalina (
OpenCore 0.6.1)
BCM94360CD with external Antenna right behind the display
Sapphire Radeon RX 580 PULSE
iPhone 11 Pro iOS 14.0.1
Watch S5 watchOS 7.0.1
kind regards
Michael