When I'm trying to open appium on my mac, getting the error “Appium” can’t be opened because Apple cannot check it for malicious software.
Instead of changing from Preference .Try to open appium twice by doing a mouse right click . First time if you open appium by mouse right click, it shows error '/getting the error “Appium” can’t be opened because Apple cannot check it for malicious software'. Second time if you try right click it will show open button and Open option will be shown in context menu refer attached image
On MacOs Ventura, the methods listed here may no longer work
I got results by using sudo spctl --master-disable
After this, go to finder and ctrl+click the app
You get a prompt asking if you want to open the app
Click on open and you should be good to go!
This is because of some security reasons in MAC os. You just have to follow these below steps:
Click on the Apple icon in your system.
Go to the System Preferences->Security Privacy-> General
Click on the open anyway button from the bottom
Run again Appium inspector screenshot
Following @kiran -Instead of changing from Preference .Try to open appium twice by doing a mouse right click . First time if you open appium by mouse right click, it shows error '/getting the error “Appium” can’t be opened because Apple cannot check it for malicious software'. Second time if you try right click it will show open button and Open option will be shown in context menu 100% this works
I tried the sam and it worked for me. Thank You so much Kiran
For Mac OS Ventura 13.5
You can follow the below step-
- Click on the Apple icon in your system.
- Go to the System Preferences -> Privacy & Security
- Scroll down below security.
- Click on the open anyway button
i believe problem is in 1.22.2 version 1.20.0 starts like expected (Monterey 12.2.1)
For latest MacBook version ......
- Click on the apple icon top left
- Click on system setting
- Click on Privacy and Security
- Scroll down to Security -->it will show blocked application --open anyway
- Now run the appium inspector/Appium again
© 2022 - 2024 — McMap. All rights reserved.
xattr -cr "/Applications/Appium Inspector.app"
– Horribly