Ios xmppframework:;架构x86“U 64”的未定义符号;

Ios xmppframework:;架构x86“U 64”的未定义符号;,ios,architecture,xmpp,x86-64,undefined-symbol,Ios,Architecture,Xmpp,X86 64,Undefined Symbol,我正在使用xmppframework为iOS开发一个实时聊天软件。我的xCode版本是6.4(6e35b)。我确实按照自述文件导入了xmpp文件夹。但是,当我尝试使用这个xmppframework时,它给了我类似于x86_64的未定义符号的错误: 我的设置: "other linker flag" = "-lxml2 -lresolv" "header search path" = "$(inherited) /usr/include/libxml2 "link binary withibr

我正在使用xmppframework为iOS开发一个实时聊天软件。我的xCode版本是6.4(6e35b)。我确实按照自述文件导入了xmpp文件夹。但是,当我尝试使用这个xmppframework时,它给了我类似于x86_64的
未定义符号的错误:

我的设置:

"other linker flag" = "-lxml2 -lresolv"
"header search path" = "$(inherited) /usr/include/libxml2 
"link binary withibraries" = libresolv.dylib
                           libxml2.dylib
                           coreGraphics.framework 
                           Foundation.framework
                           UIKit.framework
                           CFNetwork.framework
                           CoreData.framework
                           SystemConfiguration.framework
                           CoreLocation.framework
                           Security.framework
                           libidn.a
$(项目目录)/xmpp(递归)$(SRCROOT)”

我的架构设置:

"other linker flag" = "-lxml2 -lresolv"
"header search path" = "$(inherited) /usr/include/libxml2 
"link binary withibraries" = libresolv.dylib
                           libxml2.dylib
                           coreGraphics.framework 
                           Foundation.framework
                           UIKit.framework
                           CFNetwork.framework
                           CoreData.framework
                           SystemConfiguration.framework
                           CoreLocation.framework
                           Security.framework
                           libidn.a

我想问题可能是我的计算机中没有x86_64体系结构。如果有,我如何将其添加到我的计算机中

我在谷歌上搜索了这个问题,找到了一些答案
lipo-info libCompuwareUEM.a
来检查是否有x86_64并得到结果
无法打开输入文件:libCompuwareUEM.a(没有这样的文件或目录)
,这意味着我没有那个架构文件