You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempt to use the scanner on macOS, an error message states “<xxx.ds> is damaged and can’t be opened”.
18
18
19
+

20
+
19
21
### Reason
20
22
21
-
This error arises from macOS Gatekeeper, a built-in security feature that blocks unsigned files. The driver lacks a valid Apple developer signature, so macOS tags it with a “quarantine” attribute and prevents execution.
23
+
This issue is caused by macOS Gatekeeper, a security feature that blocks applications that are unsigned or not notarized when the file carries a quarantine attribute. The file itself is not damaged but Gatekeeper prevents it from running.
22
24
23
-
The error may also show an old download date (e.g., “Safari downloaded this file on June xx, xxxx”) even if the file is new. This occurs because macOS retains the “quarantine” metadata when the file is transferred from:
25
+
The error message may also show an outdated download time, for example “Safari downloaded this file on `June 18, 2019`”, even on a new computer. This happens because macOS preserves the quarantine metadata when the file has been copied from sources such as:
24
26
25
27
- An old computer
26
28
- A USB drive
@@ -31,10 +33,14 @@ The error may also show an old download date (e.g., “Safari downloaded this fi
31
33
32
34
This issue is not related to our product but stems from the unsigned driver.
33
35
34
-
- Temporary Fix: Click “OK” on the error dialog. The driver often works normally afterward, as macOS may relax enforcement after initial blocking.
36
+
- Temporary Fix: Click “OK” on the error dialog. The driver often works normally afterward.
37
+
35
38
- Permanent Fix (if error persists): Remove the “quarantine” attribute via Terminal:
36
39
- Open Terminal (/Applications/Utilities).
37
-
- Run this command (replace /path/to/driver with the actual file path, e.g., /Applications/YourDriver.app):
31.[Dynamic Web TWAIN prompts the .deb installer for Windows](/_articles/faq/incorrect-installer-for-windowsARM64.md)
209
209
32.[Why am I unable to load the TIFF file into Dynamic Web TWAIN?](/_articles/faq/unable-to-load-4-bit-tiff.md)
210
210
33.[Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later](/_articles/faq/chromium-142-local-network-access-issue.md)
211
+
34.[Error message - File is Damaged and Can’t Be Opened in macOS](/_articles/faq/file-damaged-on-macos.md)
0 commit comments