fastlane xcode9 cocoapods依赖失败

时间:2017-12-09 00:57:13

标签: cocoapods xcode9 fastlane

Xcode从8升级到9导致fastlane无法构建依赖关系

我可以使用Xcode在构建机器上成功构建项目,并且当使用cocoapods命令从fastlane运行时,pod安装成功。

它的健身房命令失败了这个命令之前的车道上还有其他一些步骤,但那些是成功的

+ ------------------------ + --------------------- --------------------------------------- + |健身房总结2.68.2 | + ------------------------ + ------------------------ ------------------------------------ + |计划| XXXXXX | |配置|发布| | codesigning_identity | iPhone发行:XXXX,Inc。(XXXXXX)| | export_method | app-store | |工作区| ./XXXXX.xcworkspace | |目的地| generic / platform = iOS | | output_name | XXXXX | | build_path | / Users / jenkins / Library / Developer / Xcode / Archives / 2017-12-08 | |干净|假| | output_directory | 。 | |沉默|假| | skip_package_ipa |假| | buildlog_path | 〜/图书馆/日志/健身房| | skip_profile_detection |假| | xcode_path | /Applications/Xcode.app | + ------------------------ + ------------------------ ------------------------------------ +

 set -o pipefail && xcodebuild -workspace .........................

[16:18:22]: ▸ Building Pods/Alamofire [Release]
[16:18:22]: ▸ Check Dependencies
[16:18:22]: ▸ Building Pods/SVProgressHUD [Release]
[16:18:22]: ▸ Check Dependencies
[16:18:22]: ▸ Building Pods/Starscream [Release]
[16:18:22]: ▸ Check Dependencies
[16:18:22]: ▸ Building Pods/SwiftyJSON [Release]
[16:18:22]: ▸ Check Dependencies
[16:18:22]: ▸ ** ARCHIVE FAILED **
[16:18:22]: ▸ The following build commands failed:
[16:18:22]: ▸ Check dependencies
[16:18:22]: ▸ Check dependencies
[16:18:22]: ▸ Check dependencies
[16:18:22]: ▸ Check dependencies
[16:18:22]: ▸ (4 failures)
▸ Building Pods/Alamofire [Release]
▸ Check Dependencies
▸ Building Pods/SVProgressHUD [Release]
▸ Check Dependencies
▸ Building Pods/Starscream [Release]
▸ Check Dependencies
▸ Building Pods/SwiftyJSON [Release]
▸ Check Dependencies
** ARCHIVE FAILED **

0 个答案:

没有答案