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.
我正在尝试订阅邮件列表。我需要为此使用 mailchimp API。我知道 chimpkit2 是objective-c 的包装器。我使用此链接下载了一个示例项目:https ://github.com/mailchimp/chimpkit2并尝试运行它,但它不起作用。我给了我“没有这样的文件 sbjson.h”错误。我试图将 sbjson 框架包含到我的项目中,但这次它给出了其他错误。
我怎样才能让它工作?
谢谢
您可能忘记导入 json-framework 依赖项。来自 Chimpkit 文档:
cd Lib/ChimpKit git子模块初始化 git子模块更新
cd Lib/ChimpKit
git子模块初始化
git子模块更新