Pod install error - Cocoapods unexpected EOF #2121
Replies: 1 comment
-
Might be unrelated but make sure to check your ~/.netrc file and whether its formatted correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Re-run a build from a commit of a previously succeeding build.
Expected results
The last build that succeeded before should succeed again.
Actual results
Starting today, my iOS builds are failing with
Couldn't determine repo type for URL:
https://cdn.cocoapods.org/`: unexpected EOF` in the iOS build step.At first, I expected that this comes from making Xcode 15 the default, but changing it back to 14.3.1 still produces the same error. I also tried clearing the cache using the workflow editor, and trying to do a manual pod install (also using
--repo-update
) using the pre-build script. I didn't do any changes to the workflow. Trying to install locally using a fresh clone does not result in the error that I see in Codemagic.Build id (optional)
652d7ada912ced90a51fd3d7
Beta Was this translation helpful? Give feedback.
All reactions