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.
我有一个用 Objective-C 编写的应用程序。我尝试将其导入 Mac Catalyst,当我为“我的 Mac”构建它时,我收到此错误:
OpenGLES 已弃用,并且在为 Mac Catalyst 构建时不可用。
我该如何解决?
此致。
您必须用 Metal 替换您的 OpenGL ES 代码才能为 Mac Catalyst 构建。