Mac 运行Unity “DllNotFoundException: AppleEventIntegration” 错误解决。

Mac 运行Unity “DllNotFoundException: AppleEventIntegration” 错误解决。,第1张

Unity “DllNotFoundException: AppleEventIntegration Microsoft.Unity.VisualStudio.Editor.VisualStudioEditor.OpenOSXApp” 错误解决。

  1. 找到 AppleEventIntegration.bundle 文件所在的目录。
  2. 在Mac terminal 中 执行以下命令 xattr -d com.apple.quarantine /Users/.../AppleEventIntegration.bundle

解释:Files downloaded from the Net are quarantined by Apple by setting the attribute you mention. The xattr command deletes this attribute so you don't get problems when you run it. 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/740071.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-28
下一篇 2022-04-28

发表评论

登录后才能评论

评论列表(0条)

保存