-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postbuild step failed timeout for particular library in the app #231
Comments
Hi!
|
Hey @polac24 When running on CI on post build merge on development branch, after switching to producer mode, by script at run time in podFile and .rcinfo file, want to understand facing strange issue in - bundle exec pod install Error
|
The error says that
you say "by script" but with CocoaPods, you should always configure everything in |
hey @polac24 We tried running producer and consumer mode on different mac machine, but consumer mode always returns - XCRemoteCache disabled - no artifacts available, even we tried producer and consumer on same CI machine, it results in same error I checked the configuration in Podfile and the .rcinfo file configuration is correct, can you please help us to unblock this issuse. |
On my local machine both |
What does this command print, quickly after the
It should print all HTTP requests and some 404 (except the probe requests, which can fail) should give you some hints. There might be problems like: only a single-branch is checked out, incorrect Also, check FAQ out. |
@polac24 let me add logs and check it, but on the same branch, I can run from my local, producer, and consumer works fine. |
@polac24 Is it possible for you to connect on a call and close this issue? please let me know when you will be free for 15 mins call |
My integration setup
@polac24 I am using CocoaPods cocoapods-xcremotecache plugin, I am running app in producer mode for remote server we are using S3.
We are getting postbuild step failed timeout for some random library everytime, any way to increase the timeout, or skip the libraries to upload.
[ ] CocoaPods cocoapods-xcremotecache plugin
[ ] Automatic integration using
xcprepare integrate ...
[ ] Manual integration
[ ] Carthage
Expected/desired behavior
Minimal reproduction of the problem with instructions
Producer Logs
Consumer Logs
Pods/Carthage file
Environment
gem list cocoapods-xcremotecache
>Post build stats
Others
The text was updated successfully, but these errors were encountered: