gpt4 book ai didi

c++ - 使用 Mac C++ 连接 sqlite3 时构建错误

转载 作者:行者123 更新时间:2023-11-30 05:38:26 24 4
gpt4 key购买 nike

我正在尝试学习如何在 Mac Xcode 编译器上使用 C++ 连接到 sqlite3。

我有以下包含文件..

#include <iostream>
#include "sqlite3.h"

这两个sqlite3打开的函数我都试过了……

sqlite3_open 和 sqlite3_open_v2

在我尝试编译之前,Xcode 工具没有发现任何错误。然后我收到“构建失败”错误,没有进一步的解释。

可能的原因是什么?我该如何追踪错误?

最佳答案

可能的原因是您的代码不正确(例如 #include "sqlite3.h" 应该是 #include <sqlite3.h> 等)。如果不发布确切的错误,这里没有人可以具体告诉您原因。

documention 中指出了如何追踪错误:

Choose View > Navigators > Show Log Navigator to view the reports that Xcode generates during your development process. Alternatively, you can click the log navigator button in the navigator selector bar of the workspace window.

Finding and Fixing Issues from the Log Viewer

关于c++ - 使用 Mac C++ 连接 sqlite3 时构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32792541/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com