Xcode没有将Phonegap应用程序部署到64位模拟器或Iphone 5s

时间:2014-04-16 14:20:44

标签: ios iphone xcode cordova

我有一个phonegap项目可以在运行IOS 7的Iphone 5和更老的手机上部署,就像Iphone 4一样。它也可以部署到4英寸模拟器上。但是,如果我尝试部署在任何64位模拟器或64位手机的Iphone 5S上,构建失败,我不知道为什么。

它给出的错误如下。 “_CDVLocalNotification”,引自:

  -[AppDelegate application:didReceiveLocalNotification:] in AppDelegate.o

“_ CDVPluginHandleOpenURLNotification”,引自:

  -[AppDelegate application:handleOpenURL:] in AppDelegate.o

“_ OBJC_CLASS _ $ _ CDVCommandDelegateImpl”,引自:

  _OBJC_CLASS_$_MainCommandDelegate in MainViewController.o

“_ OBJC_CLASS _ $ _ CDVCommandQueue”,引自:

  _OBJC_CLASS_$_MainCommandQueue in MainViewController.o

“_ OBJC_CLASS _ $ _ CDVPlugin”,引自:

  _OBJC_CLASS_$_CDVLogger in CDVLogger.o

“_ OBJC_CLASS _ $ _ CDVViewController”,引自:

  _OBJC_CLASS_$_MainViewController in MainViewController.o

“_ OBJC_METACLASS _ $ _ CDVCommandDelegateImpl”,引自:

  _OBJC_METACLASS_$_MainCommandDelegate in MainViewController.o

“_ OBJC_METACLASS _ $ _ CDVCommandQueue”,引自:

  _OBJC_METACLASS_$_MainCommandQueue in MainViewController.o

“_ OBJC_METACLASS _ $ _ CDVPlugin”,引自:

  _OBJC_METACLASS_$_CDVLogger in CDVLogger.o

“_ OBJC_METACLASS _ $ _ CDVViewController”,引自:

  _OBJC_METACLASS_$_MainViewController in MainViewController.o

ld:找不到架构x86_64的符号

clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

1 个答案:

答案 0 :(得分:0)

转到Build Settings --> Architectures --> Valid Architectures

从有效架构部分删除arm64并尝试构建。

enter image description here