Answer the question
In order to leave comments, you need to log in
What causes Jenkins job to fail?
There is a Jenkins job, but it fails. Here is the log:
[xcodebuild:err]: ** ARCHIVE FAILED **
[xcodebuild:err]:
[xcodebuild:err]:
[xcodebuild:err]: The following build commands failed:
[xcodebuild:err]: CompileC **** **/Objects-normal/armv7/RNFIRMessaging.o RNFIRMessaging.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[xcodebuild:err]: (1 failure)
[FATAL]: "xcodebuild" exited with exitstatus: 65
[ERROR]: Something goes wrond. Exit after cleaning
What is the reason, error 65 is not informative as far as I understand.
Answer the question
In order to leave comments, you need to log in
Well, what does Jenkins have to do with it, your xcodebuild compilation fails, Jenkins only launches it.
Compile manually, ensure that there is no error, then you can already in jenkins.
* Try adding xcodebuild -verbose, you might get useful info.
* Or generally update xcodebuild version
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question