We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c0bd2 commit bd4ea46Copy full SHA for bd4ea46
Gemfile
@@ -2,6 +2,10 @@
2
# Pin CocoaPods Version to avoid that bugs in CocoaPods like
3
# https://github.com/CocoaPods/CocoaPods/issues/12081 break our release
4
# workflow.
5
-# 1.16.2 has a bug that breaks the release workflow
+# 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.
10
# Therefore, we stick to 1.14.2.
11
gem "cocoapods", "= 1.14.2"
0 commit comments