Skip to content

Commit e5dba0e

Browse files
committed
chore: update README
1 parent d350977 commit e5dba0e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,17 @@ This will start the application with hot reloading.
159159

160160
## Troubleshooting
161161

162-
If you encounter the error message "massCode" is damaged and can't be opened. You should move it to the Trash while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:
162+
### macOS
163163

164+
If you encounter the error message "massCode" is damaged and can't be opened. You should move it to the Trash while installing software on macOS, it may be due to security settings restrictions in macOS.
165+
166+
**Option 1: System Settings (macOS 13+)**
167+
1. Open **System Settings****Privacy & Security**
168+
2. Scroll down to find "massCode" in the list of blocked applications
169+
3. Click **Allow Anyway** or **Open Anyway**
170+
4. You may need to enter your administrator password
171+
172+
**Option 2: Terminal command**
164173
```bash
165174
sudo xattr -r -d com.apple.quarantine /Applications/massCode.app
166175
```

0 commit comments

Comments
 (0)