appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Macos CI started failing since this morning #3868

Closed HarelM closed 1 year ago

HarelM commented 1 year ago

Hi,

The following build started to fail this morning, not sure I understand why. I haven't changed anything dramatically on my end and there's an error saying [error] CocoaPods is not installed.. This error did not happen yesterday. Was there an image change for macos by any chance? Failing build link: https://ci.appveyor.com/project/IsraelHikingHost/site/build/job/93fq8ar7q21v4m44 Passing build link: https://ci.appveyor.com/project/IsraelHikingHost/site/builds/46355761/job/qbjuh702ui6o4mfg Code repo: https://github.com/IsraelHikingMap/Site

I've tried to run the build a few times to see if this was a temporary network issue, but it doesn't appear to be the case as far as I understand.

FeodorFitsner commented 1 year ago

Nope, there were no changes to macOS images recently.

HarelM commented 1 year ago

Ok, thanks for the info. I'll continue the investigation on my end...

HarelM commented 1 year ago

Seems that cocoapods was installed without a version and so it always took the latest verison. Latest version does not support the ruby version that is currently installed on the CI server and so the build failed. This issue is due to my code in general. Sorry for spamming. Keep up the good work!

FeodorFitsner commented 1 year ago

Good to know, thanks for the update!