Skip to content

Commit 2e3a07b

Browse files
committed
Updated for version 1.2.7
1 parent dc5b6d7 commit 2e3a07b

File tree

2 files changed

+78
-50
lines changed

2 files changed

+78
-50
lines changed

content/Arduino Cloud/General Cloud/About-the-Create-Agent-on-macOS-Ventura.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: If you cannot install or open the Create Agent on macOS Ventura
3+
id: 6489572696220
4+
---
5+
6+
Currently, you may experience some issues running or installing the Arduino Create Agent on macOS Ventura.
7+
8+
New security requirements in macOS Ventura may trigger one of these errors:
9+
10+
* `"ArduinoCreateAgent.app" is damaged and can't be opened`
11+
* `Error changing permissions`
12+
13+
Follow these steps to solve the issue:
14+
15+
1. [Intall version 1.2.7](#install).
16+
2. If the issue persists, try the [workarounds](#workarounds).
17+
18+
---
19+
20+
<a id="install"></a>
21+
22+
## Install version 1.2.7 (recommended solution)
23+
24+
Version **1.2.7-ventura** is fully compliant with the security requirements enforced by macOS Ventura.
25+
26+
Download the version for your browser here:
27+
28+
* [Safari](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-safari.dmg)
29+
* [Chrome](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-chrome.dmg)
30+
* [Firefox](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-firefox.dmg)
31+
32+
> **Note:** This version has the auto-update functionality disabled. When a new version is released, a notification will be displayed asking you to manually upgrade. The next version will restore the auto-update functionality.
33+
34+
---
35+
36+
<a id="workarounds"></a>
37+
38+
## Workarounds
39+
40+
### "ArduinoCreateAgent.app" is damaged and can't be opened
41+
42+
When opening Arduino Create Agent you may get this error:
43+
44+
```
45+
"ArduinoCreateAgent.app" is damaged and can't be opened.
46+
You should move it to the bin.
47+
This file was downloaded at an unknown date.
48+
```
49+
50+
Follow these steps:
51+
52+
1. Open the Create Agent folder in Finder. By default it is located within your user folder, under `~/Applications/ArduinoCreateAgent`, and **not** in the main Application folder.
53+
54+
2. Right-click on ArduinoCreateAgent.app and select Open.
55+
56+
3. Force open the application by clicking **Open**.
57+
58+
![Force opening the application.](img/create-agent-macOS-ventura-force-open.png)
59+
60+
### Error changing permissions
61+
62+
When running the installer, you may get an error like this:
63+
64+
```
65+
Error changing permissions to 040755 in <installation path>
66+
```
67+
68+
Follow these steps:
69+
70+
1. Open System Settings from the Dock or select _Apple menu > System Settings_ in the menu bar.
71+
72+
2. Open _Privacy & Security > App Management_.
73+
74+
3. Allow app management for the installer application.
75+
76+
If the installer is not in the list, click the **+** button and add it.
77+
78+
![Allowing app management in System Settings.](img/create-agent-macOS-ventura-installer-permissions.png)

0 commit comments

Comments
 (0)