[AddInstanceForFactory&HALC_ShellDriverPlugIn在Xcode上使用SDL2时出错?

问题描述 投票:1回答:1

我正在尝试在Xcode 11.2.1上使用SDL2和C ++制作一个简单的游戏;但是,我的进度已因错误而停止。

遇到这些错误所要做的只是简单地初始化SDL。仅调用此函数将导致程序崩溃:

SDL_Init(SDL_INIT_EVERYTHING);

提供这些错误:

Westerino[16795:847932] Metal API Validation Enabled
Westerino[16795:848288] flock failed to lock maps file: errno = 35
Westerino[16795:848288] flock failed to lock maps file: errno = 35
Westerino[16795:847932] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x102157f00> F8BB1C28-BAE8-11D6-9C31-00039315CD46
Westerino[16795:847932]  HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
Westerino[16795:847932]  HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine

我尝试过clearing the cache,清理构建,删除首选项,重新安装框架,等等,但是什么都没有帮助。

当我更新Xcode时似乎已经开始出现这些问题,但我无法确认。

c++ xcode macos sdl sdl-2
1个回答
0
投票

这里是同一问题。我也在使用Catalina 10.15.1和XCode 11.2.1。虽然,我设法在VSCode中使用CodeLLDB进行了构建和调试。另外,关闭“ C ++:抛出”断点有助于无中断地运行程序。

© www.soinside.com 2019 - 2024. All rights reserved.