Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/109.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
更新到Cordova 3.4.1 iOS后,Cordova应用程序链接再次失败_Ios_Xcode_Cordova - Fatal编程技术网

更新到Cordova 3.4.1 iOS后,Cordova应用程序链接再次失败

更新到Cordova 3.4.1 iOS后,Cordova应用程序链接再次失败,ios,xcode,cordova,Ios,Xcode,Cordova,在尝试构建我的应用程序以存档并更新到cordova 3.4.1时,我收到了此链接错误消息。我以前解决过类似的问题,但我不敢触及构建设置,因为x86_64似乎不是受支持的体系结构 我能做什么 ld:警告:忽略文件/Users/bogdan/Library/Developer/Xcode/DerivedData/Eazybreak ctqyotqyclrvjoghewxpdeonkd/Build/Products/Debug iphonesimulator/libCordova.a,该文件是为存档而

在尝试构建我的应用程序以存档并更新到cordova 3.4.1时,我收到了此链接错误消息。我以前解决过类似的问题,但我不敢触及构建设置,因为x86_64似乎不是受支持的体系结构

我能做什么

ld:警告:忽略文件/Users/bogdan/Library/Developer/Xcode/DerivedData/Eazybreak ctqyotqyclrvjoghewxpdeonkd/Build/Products/Debug iphonesimulator/libCordova.a,该文件是为存档而生成的,而存档不是链接的体系结构(x86_64):/Users/bogdan/Library/Developer/Xcode/DerivedData/Eazybreak-ctqyotqycllrvjoghewxpdeonkd/Build/Products/Debug-iphonesimulator/libCordova.a 架构x86_64的未定义符号: “本地通知”,引用自: -AppDelegate.o中的[AppDelegate应用程序:didReceiveLocalNotification:] “\u CDVPageDidLoadNotification”,引用自:

这是我收到的错误消息(当然要长得多)

感谢您的帮助

博格丹

添加了完整的错误日志:

ld:警告:忽略文件/Users/bogdan/Library/Developer/Xcode/DerivedData/Eazybreak ctqyotqyclrvjoghewxpdeonkd/Build/Products/Debug iphonesimulator/libCordova.a,该文件是为存档而生成的,而存档不是链接的体系结构(x86_64):/Users/bogdan/Library/Developer/Xcode/DerivedData/Eazybreak-ctqyotqycllrvjoghewxpdeonkd/Build/Products/Debug-iphonesimulator/libCordova.a 架构x86_64的未定义符号: “本地通知”,引用自: -AppDelegate.o中的[AppDelegate应用程序:didReceiveLocalNotification:] “\u CDVPageDidLoadNotification”,引用自: -[CDVSplashScreen pluginInitialize]在CDVSplashScreen.o中 “\u CDVPluginHandleOpenURLNotification”,引用自: -AppDelegate.o中的[AppDelegate应用程序:handleOpenURL:] “对象类”引用自: _MainViewController.o中的OBJC_类$_MainCommandDelegate “_OBJC_CLASS_$_CDVCommandQueue”,引用自: _MainViewController.o中的OBJC_类$_MainCommandQueue “对象类”引用自: _CDVDevice.o中的OBJC_CLASS_$\u CDVDevice _CDVConnection.o中的OBJC_类$_CDVConnection _CDVNotification.o中的OBJC_类$_CDVNotification _CDVSplashScreen.o中的OBJC_CLASS_$_CDVSplashScreen “_OBJC_CLASS_$_CDVPluginResult”,引用自: CDVDevice.o中的objc类引用 CDVConnection.o中的objc类引用 CDVNotification.o中的objc类ref “_OBJC_CLASS_$_CDVViewController”,引用自: _MainViewController.o中的OBJC_CLASS_u$\u MainViewController CDVDevice.o中的objc类引用 “_OBJC_元类$_CDVCommandDelegateImpl”,引用自: _MainViewController.o中的OBJC_元类$_MainCommandDelegate “_OBJC_元类$_CDVCommandQueue”,引用自: _MainViewController.o中的OBJC_元类$_MainCommandQueue “_OBJC_元类$_CDVPlugin”,引用自: _CDVDevice.o中的OBJC_元类$\u CDVDevice _CDVConnection.o中的OBJC_元类$\u CDVConnection _CDVNotification.o中的OBJC\u元类$\u CDVNotification _CDVSplashScreen.o中的OBJC_元类$_CDVSplashScreen “_OBJC_元类$_CDVViewController”,引用自: _MainViewController.o中的OBJC_元类$\u MainViewController ld:找不到架构x86_64的符号
叮当声:错误:链接器命令失败,退出代码为1(使用-v查看调用)

尝试从生成设置>有效体系结构中删除x86_64。我在arm64体系结构上也有类似的问题