Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
仅在使用强化运行时进行签名后,我的 Mac Adobe AIR 应用程序出现问题。如果我不强化运行时,它可以正常工作。该程序可能会启动,但最终会产生内存故障。
我找到的解决方案是将以下内容添加到权利文件中:
<key>com.apple.security.cs.allow-jit</key> <true/> <key>com.apple.security.cs.allow-unsigned-executable-memory</key> <true/>
我希望这对其他人有帮助。