编译不过,但Xcod能正常运行

我用creator能正常构建Xcode版本,但是编译总失败,然后我就用Xcode直接跑项目是可以运行也可以打包的。
那么为什么creator编译ios会编译不过呢:
以下是creator报错信息:

可能看不清楚给出详细的:
Undefined symbols for architecture i386:
OBJC_CLASS$_GVGCloudVoice”, referenced from:
objc-class-ref in GcloundVoice.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我在项目中接入了第三方的SDK(腾讯语音)
有大神知道什么原因吗。为什么Xcode能运行、creator 就编译不过呢?求官方大大解释

我一开始以为是我构建ios项目下的的build文件夹可能出错了,于是我把这个文件夹删除了,在重新编译,还是编译不过