bramblex / niva

一个基于 Tauri WRY 跨端 Webview 库的超轻量极易用的跨端应用开发框架。
https://bramblex.github.io/niva/
MIT License
644 stars 35 forks source link

macos 下无法打开 #28

Open cheerylong opened 1 year ago

cheerylong commented 1 year ago

image image

alili commented 1 year ago

You can try typing sudo spctl --master-disable into terminal and then try opening it again

ATQQ commented 1 year ago

也可以参考这个:https://zhuanlan.zhihu.com/p/240291638

sudo xattr -d com.apple.quarantine /Applications/xxxx.app

注意:/Applications/xxxx.app 换成你的App路径或在sudo xattr -d com.apple.quarantine 后将软件拖进去即可。