Skip to content
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

Update CocoaPods to 1.16.2 #573

Open
philipphofmann opened this issue Nov 25, 2024 · 0 comments
Open

Update CocoaPods to 1.16.2 #573

philipphofmann opened this issue Nov 25, 2024 · 0 comments
Assignees

Comments

@philipphofmann
Copy link
Member

We can't update CocoaPods to 1.16.2 cause it fails with

ERROR | [iOS] unknown: Encountered an unknown error (Unable to locate the executable `rsync`) during validation.

so we had to roll back to 1.14.2. See #570.

We can try adding rsync here and double-check with the docker image locally to see if it works before opening a PR.

craft/Dockerfile

Lines 28 to 42 in 272a995

RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \
apt-transport-https \
build-essential \
curl \
default-jdk-headless \
dirmngr \
gnupg \
git \
python3-packaging \
python3-venv \
ruby-full \
jq \
unzip \
maven \

@philipphofmann philipphofmann self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant