File got changed to 64Bit unstead of Mac_64bit. Just change the name in the commands.
andorem
Recent community posts
From this tutorial: https://itch.io/post/4880634
To fix this, use the command Dani gave: "xattr -dr com.apple.quarantine [app path]". App path is the full name of wherever you installed the game (for it, it was "/Users/MY_USERNAME/Downloads/64Bit.app"). So the full command was "xattr -dr com.apple.quarantine /Users/MY_USERNAME/Downloads/64Bit.app".
Open Terminal in the download folder and type the above command, OR select the game file in Finder, go to Finder > Services > New Terminal at Folder, then type "cd ..; xattr -dr com.apple.quarantine 64Bit.app". After doing this, I was able to open the game like in Step 8 in https://itch.io/post/4880634 (at this step, it opens but shows no servers). Then I followed Steps 9-11 and opened from Steam - servers now show and I can play.
If Mac:
From this tutorial: https://itch.io/post/4880634
To fix this, I used the command Dani gave: "xattr -dr com.apple.quarantine [app path]". App path is the full name of wherever you installed the game (for it, it was "/Users/MY_USERNAME/Downloads/64Bit.app"). So the full command was "xattr -dr com.apple.quarantine /Users/MY_USERNAME/Downloads/64Bit.app".
Open Terminal in the download folder and type the above command, OR select the game file in Finder, go to Finder > Services > New Terminal at Folder, then type "cd ..; xattr -dr com.apple.quarantine 64Bit.app". After doing this, I was able to open the game like in Step 8 in https://itch.io/post/4880634 (at this step, it opens but shows no servers). Then I followed Steps 9-11 and opened from Steam - servers now show and I can play.
Are you on Mac? You need to make the name of the app "CrabGame", copy it, then go to the Steam library folder (Finder toolbar > Go > Go to Folder > "~/Library/Application Support/Steam/steamapps/common/Crab Game" ), and paste it (replace old one). Then you need to run "Play" from Steam.
This is Steps 9-11 in this install guide: https://itch.io/post/4880634
Also make sure it's 64Bit version. Some people having issues with Silicon even after installing.
Click the file so its name is highlighted. In top toolbar, click Finder > Services > New Terminal At Folder. Terminal window will show up. Type these commands:
cd ..
xattr -dr com.apple.quarantine Mac_64Bit.app
Then reopen the app. Follow steps to replace CrabGame in Steam library with new one to play.
Also, here is link to download The Unarchiver: https://apps.apple.com/us/app/the-unarchiver/id425424353?mt=12
Awesome, thanks!! Works for me on Catalina 10.15.7. Except at Step 8, it didn't give me "Mac_64Bit is not from an identified developer" error. Instead, it said the app was damaged and to Move to Trash.
To fix this, I used the command Dani gave: "xattr -dr com.apple.quarantine [app path]". App path is the full name of wherever you installed the game (for it, it was "/Users/MY_USERNAME/Downloads/Mac_64Bit.app"). So the full command was "xattr -dr com.apple.quarantine /Users/MY_USERNAME/Downloads/Mac_64Bit.app".
Open Terminal in the download folder and type the above command, OR select the game file in Finder, go to Finder > Services > New Terminal at Folder, then type "cd ..; xattr -dr com.apple.quarantine Mac_64Bit.app".
After doing this, I was able to open the game like in Step 8 (at this step, it opens but shows no servers). Then I followed Steps 9-11 and opened from Steam - servers now show and I can play.