LoginSignup
0
0

More than 1 year has passed since last update.

UnityでMacOS用にビルドしたappがyou do not have permission to open the applicationとなって開けない時の対処

Posted at

以下、ビルドしたファイルをGame.appと表記します。

chmod +x Game.app/Contents/MacOS/Game
xattr -r -d com.apple.quarantine Game.app/

以上のコマンドを実行してあげます。
その後に開こうとすると

cannot be opened because apple cannot check it for malicious software

みたいな警告が表示されると思います。ctrlを押しながらappファイルを開こうとすると開けます。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0