简体   繁体   English

Xcode 云 没有这样的模块 Cocoapods 库

[英]Xcode Cloud No such Module Cocoapods library

I have a project using a Cocoapods as dependency manager and I am trying to create an Xcode Cloud workflow for it, everything look simple to configure and I added the ci_post_clone.sh to run the pod install command before start building.我有一个项目使用 Cocoapods 作为依赖项管理器,我正在尝试为它创建一个 Xcode 云工作流程,一切看起来都很容易配置,我添加了 ci_post_clone.sh 在开始构建之前运行 pod install 命令。

Based on the logs all the dependencies are downloaded but whenever it starts building I have the No such Module X error , I am not sure what i did wrong but it looks like xcode Cloud misses the step of Building targets in dependency order and it starts building the main project before building the dependencies根据日志,所有依赖项都已下载,但每当它开始构建时,我都会出现No such Module X 错误,我不确定我做错了什么,但看起来 xcode Cloud 错过了按依赖顺序构建目标的步骤并开始构建构建依赖项之前的主项目

Did anyone face this problem and how did you fix it有没有人遇到过这个问题,你是如何解决的

Thank you for your help谢谢您的帮助

I found a temporary solution by adding the pod folder to my repository, this is not what most people are willing to do but for now it is working我通过将 pod 文件夹添加到我的存储库中找到了一个临时解决方案,这不是大多数人愿意做的,但现在它正在工作

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM