Unable to integrate Alamofire in Jenkins

I am trying to execute CI in a Swift project into which Alamofire is integrated (as a stand). However, when creating on a Jenkins server, the following errors occur:

The following build commands failed:
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Alamofire.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Download.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Error.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Manager.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler

However, when I built it locally in the IDE (Xcode), everything is fine. Has anyone got this problem before? Any help would be appreciated.

+4
source share
1 answer

This seems to be a well-documented issue. One very close example was closed due to a problem that seems to be fixing as Xcode (6.2).

, Xcode ( ) / Jenkins - , Xcode.

0

Source: https://habr.com/ru/post/1628355/


All Articles