Yogesh Chauhan's Blog

Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software”

in Miscellaneous on February 26, 2020

I wanted use Visual Studio code on mac as well since I was using it on my Windows but when I installed and tried to open it, I got this error message from Mac OS Catalina.

The error looks like this:

“Visual Studio Code” can’t be opened because Apple cannot check it for malicious software.

This software needs to be updated. Contact the developer for more information.

I tried to uninstall and re-install VS Code as well as updated the Mac OS but it didn’t work out well. At the end I found solution to this problem. Mac OS Catalina requires apps to be notarized by Apple. Your version of Visual Studio Code is yet to be updated by Microsoft for the new OS.

Follow these 2 steps.

1. Just move the app to the Applications folder.

2. Open Terminal.app and then write/copy the following command in the terminal app and hit enter.


//add the following line

xattr -d com.apple.quarantine /Applications/'Visual Studio Code.app'

 

Source: Stack Overflow


Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
How to get the height and width of an element using JavaScript?JavaScriptHow to catch .keypress() on body using jQuery?jQueryHow to vertically align a html radio button to it’s label?CSSCheck if mixin is being called in a style rule or not in SCSSSCSSCREATE DATABASE in PostgreSQLPostgresAND, OR and NOT boolean operators in Envision BasicEnvision BasicHow to enable and disable button using JavaScript?JavaScriptHow to set up the local environment and workspace for Angular development?AngularHow to add a scroll back to top button using JavaScript and CSS?CSSIntroduction to components and templates Part 3: Data bindingAngularA Step by Step Guide to Make RSS in XML For Any Website or Blog For FreeMiscellaneousAmpersand (Parent Selector) in SCSS (Sass)SCSS