Thanks for the reply, @adamsmasher. We updated by downloading the latest software from the downloads page but it didn’t fix the issue. Since it was crucial for our product designers to work with Figma, we attempted some troubleshooting and I’m sharing the solution if anyone else encounters the same problem.
So if anyone having trouble opening Figma on your MacBook, with a message “Figma Cant be Opened”
this solution should help.
Open Terminal along with Admin Access
Step 1: Fully remove Figma
sudo rm -rf /Applications/Figma.app
rm -rf "$HOME/Library/Application Support/Figma"
rm -rf "$HOME/Library/Caches/com.figma.Desktop"
Step 2: Manual download and Install via terminal
curl -L "https://desktop.figma.com/mac-arm/Figma.zip" -o ~/Downloads/Figma.zip
unzip ~/Downloads/Figma.zip -d ~/Downloads/
sudo mv ~/Downloads/Figma.app /Applications/
xattr -dr com.apple.quarantine /Applications/Figma.app
open /Applications/Figma.app
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
