ขอบคุณ Leonard Challis ในที่สุดฉันก็แก้ปัญหานี้ด้วย AppleScript
ฉันพบสคริปต์ที่นี่ สคริปต์เพื่อลบกลุ่มทั้งหมดในผู้ติดต่อ
เพียงแค่คัดลอกรหัสไปที่ "Script Editor" และเรียกใช้
set counter to 0
display dialog "Name of group to delete?" default answer ""
set theGroupName to text returned of result
tell application "Contacts"
repeat
try
set theGroup to group theGroupName
delete theGroup
set counter to counter + 1
on error
exit repeat
end try
end repeat
save
display dialog "Removed " & counter & " instances of the group" with icon caution buttons {"OK"} default button "OK"
end tell
มันจะใช้เวลานานมากถ้าคุณมีหลายกลุ่มรอมันทำงานอยู่