-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
258e2e9
commit 6882088
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
This app is not notarized yet due to that reason once this app is opened on mac user might see below error. | ||
|
||
<img width="575" height="575" alt="Screenshot 2024-08-31 at 6 20 46 AM" src="https://github.com/user-attachments/assets/7f73bcd7-1cca-44f4-90ab-df22e8d498b7"> | ||
|
||
**Solution**: to resolve this issue user have to enable "Anywhere" option that allows to install app that are not yet notarised. To do this user can execute the below command in terminal | ||
|
||
```bash | ||
sudo spctl --master-disable | ||
``` | ||
After this the "Anywhere" option will be selected as shown below | ||
|
||
<img width="735" alt="Screenshot 2024-08-31 at 6 22 48 AM" src="https://github.com/user-attachments/assets/a79f22ab-7077-48cc-94fd-6aec5275283b"> | ||
|
||
Now user can open the app it will show a warning user can click on open. This activity is one time and user can use the app afterwards without any issues | ||
|
||
<img width="763" alt="Screenshot 2024-08-31 at 6 23 11 AM" src="https://github.com/user-attachments/assets/179dbbee-a3fd-4be9-b6b3-1e6d74cf7423"> |