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.
当我导入 SKPSMTPMessage 库时,我收到了您在照片中看到的错误:
关键是我不知道这意味着什么。我做了一个干净的,我已经添加了编译源下的文件,我已经添加了 CFNetwork 框架。知道是什么意思吗??
您会收到各种“重复符号错误”,因为在您包含的文件(“ Base64Transcoder.m”)和您包含的 SDK(DropBox SDK)中都定义了相同的符号。所以编译器不知道你在运行时真正想使用哪个符号。
Base64Transcoder.m
我建议至少暂时从您的项目中 删除“ ”,以查看是否所有这些重复符号错误都消失了。Base64Transcoder.m