简体   繁体   English

铛:错误:链接器命令失败,退出代码为1 [Jenkins]

[英]clang: error: linker command failed with exit code 1 [ Jenkins ]

I am trying to use Jenkins to build iOS apps in a slave machine. 我正在尝试使用Jenkins在从机上构建iOS应用。 Currently I use my machine instead. 目前,我改用我的机器。

There comes up a strange error for me. 我遇到了一个奇怪的错误。

In brief 简而言之
clang: error: linker command failed with exit code 1 (use -v to see invocation) clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

In detail 详细介绍
http://pastebin.com/dWKwWwE6 http://pastebin.com/dWKwWwE6

I am using Xcode 5 on Maverick. 我在Maverick上使用Xcode 5。 What I just need is a hint or tutorials how to make a build systematically which can give me a clear understanding on the whole building process. 我只需要一个提示或教程,以系统地进行构建即可使我对整个构建过程有一个清晰的了解。

I am a web architect and believe me I have no native engineering experiences yet. 我是一名Web架构师,相信我还没有本地工程经验。

Thanks Folks Tin Aung Lin 谢谢民间田田林

Looking at the log it seems building "Test AppTest.app" failed because "Test App.app" was not yet built. 查看日志,似乎构建“ Test AppTest.app”失败,因为尚未构建“ Test App.app”。 Also, codesigning seems to have failed. 另外,代码签名似乎已失败。 I don't think these problems are Jenkins-related. 我认为这些问题与詹金斯无关。 Does it build when you invoke the build yourself running Xcode on your laptop? 当您调用在笔记本电脑上运行Xcode的构建时,它是否会构建?

暂无
暂无

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

相关问题 链接器命令失败,退出代码1 clang:错误 - linker command failed with exit code 1 clang:error 铛:错误:链接器命令失败,退出代码为1,Xcode链接器错误 - clang: error: linker command failed with exit code 1, Xcode Linker Error 铛:错误:链接器命令失败,退出代码1仅在设备上出现 - clang: error: linker command failed with exit code 1 coming only on device clang:错误:链接器命令失败,退出代码为1,react-native - clang: error: linker command failed with exit code 1, react-native Unity,Xcode和Clang:错误:链接器命令失败,退出代码为1 - Unity, Xcode and clang: error: linker command failed with exit code 1 铛:错误:链接器命令失败,退出代码为1 iOS9 - clang: error: linker command failed with exit code 1 iOS9 clang:错误:归档时链接器命令失败,退出代码为1 - clang: error: linker command failed with exit code 1 when archiving 使用Pod安装后出现Swift错误(铛:错误:链接器命令失败,退出代码为1) - Swift error after using pod install (clang: error: linker command failed with exit code 1 ) xcode中的错误:clang:错误:链接器命令失败,退出代码为1(使用-v查看调用) - error in xcode : clang: error: linker command failed with exit code 1 (use -v to see invocation) 在.xcodeproj中构建时出错 - clang:错误:链接器命令失败,退出代码为1 - Getting error when building in .xcodeproj - clang: error: linker command failed with exit code 1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM