Replies: 3 comments 8 replies
-
The same configuration but |
Beta Was this translation helpful? Give feedback.
-
Hi @vysotsky, Checking the machine specs, M1's uses
|
Beta Was this translation helpful? Give feedback.
-
Hi @vysotsky, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
It seems that for some reason there are problems with
ruby
on machine associated with the app/build/account. The problem only appears onmac_pro
machine.I tried:
mac_pro
tomac_mini_m1
. Everything worked with the same configuration.For some reason, it seems that
codemagic.yaml
does not respect the order of dependencies, i.e. installscocoapods
first and then switches version ofruby
. Of course, the installation will be broken.Can I somehow clear the cache for my
mac_pro
machine image? Or change the version of ruby but withgem install cocoapods
running after it, not before? ThanksExpected results
The iOS build was successful
Actual results
The iOS build failed with
Build id (optional)
64a2c0830e427296dd48a171
Beta Was this translation helpful? Give feedback.
All reactions