简体   繁体   English

** 构建失败 ** ... 错误:命令的错误代码 65:带有 args 的 xcodebuild:-xcconfig

[英]** BUILD FAILED ** … Error: Error code 65 for command: xcodebuild with args: -xcconfig

I'm having trouble while trying to build my Ionic application, at first I thought it was something with the Ionic itself, the new version came and I don't have any problem build other applications.我在尝试构建 Ionic 应用程序时遇到了问题,起初我认为这是 Ionic 本身的问题,新版本来了,我在构建其他应用程序时没有任何问题。

Here it is what I get when I try to build这是我尝试构建时得到的

ld: 2 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **

The following build commands failed:以下构建命令失败:

     Ld build/emulator/Cartão\ Reforma\ Assistência\ Técnica.app/Cartão\ Reforma\ Assistência\ Técnica normal x86_64
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,

Print screen with the whole error:带有整个错误的打印屏幕:

在此处输入图片说明

Solution:解决方法:

you can't use cordova-plugin-firebase and phonegap-plugin-push together as will result in this error.您不能同时使用 cordova-plugin-firebase 和 phonegap-plugin-push ,因为会导致此错误。 Look at v2.0.0-rc2 release of this plugin for FCM support.查看此插件的 v2.0.0-rc2 版本以获得 FCM 支持。

You can read more about this here您可以在此处阅读有关内容的更多信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:命令:带有args的xcodebuild的错误代码65 -xcconfig? - Error: Error code 65 for command: xcodebuild with args: -xcconfig? Cordova Build failed with error Error code 65 for command xcodebuild with args - Cordova Build failed with error Error code 65 for command xcodebuild with args 错误构建平台之一:错误代码65,命令:带有args的xcodebuild:-xcconfig | Cordova插件购买构建失败 - ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig | cordova-plugin-purchase build fails cordova 运行时出现 ios 错误.. 命令的错误代码 65:xcodebuild with args: - cordova run with ios error .. Error code 65 for command: xcodebuild with args: 命令的错误代码65:带有args的Xcodebuild将Ionic应用部署到IOS - Error code 65 for command: xcodebuild with args deploying ionic app to IOS 运行命令“ xcodebuild”退出,错误代码为65 - running command “xcodebuild” exited with error code 65 错误:命令的错误代码 65:xcodebuild with args - 试图在 ios 设备上运行 ionic 项目 - Error: Error code 65 for command: xcodebuild with args - trying to run ionic project on ios device 命令错误代码65:xcodebuild 如何解决? - Error code 65 for command: xcodebuild How solve it? 实施 React-native-firebase 错误无法构建 iOS 项目。 我们运行了“xcodebuild”命令,但它以错误代码 65 退出 - Implementing React-native-firebase error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65 React Native 无法构建 iOS 项目。 我们运行了“xcodebuild”命令,但它以错误代码 65 退出。问题出在所有项目上 - React Native Failed to build iOS project. We ran “xcodebuild” command but it exited with error code 65. The problem is with all projects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM