Skip to content

Commit bd4ea46

Browse files
chore: Comment why we can't use cocoapods 1.16.2 (#570)
Explain why we can't use cocoapods 1.16.2 and link a related GH issue.
1 parent 80c0bd2 commit bd4ea46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gemfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Pin CocoaPods Version to avoid that bugs in CocoaPods like
33
# https://github.com/CocoaPods/CocoaPods/issues/12081 break our release
44
# workflow.
5-
# 1.16.2 has a bug that breaks the release workflow
5+
# 1.16.2 has a bug that breaks the release workflow. Publishing with craft then
6+
# fails with:
7+
# - ERROR | [iOS] unknown: Encountered an unknown error (Unable to locate the
8+
# executable `rsync`) during validation.
9+
# This could be related to https://github.com/CocoaPods/CocoaPods/issues/12674.
610
# Therefore, we stick to 1.14.2.
711
gem "cocoapods", "= 1.14.2"

0 commit comments

Comments
 (0)