Skip to content

Commit

Permalink
chore: Comment why we can't use cocoapods 1.16.2 (#570)
Browse files Browse the repository at this point in the history
Explain why we can't use cocoapods 1.16.2 and link a related GH issue.
  • Loading branch information
philipphofmann authored Nov 22, 2024
1 parent 80c0bd2 commit bd4ea46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Pin CocoaPods Version to avoid that bugs in CocoaPods like
# https://github.com/CocoaPods/CocoaPods/issues/12081 break our release
# workflow.
# 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
# fails with:
# - ERROR | [iOS] unknown: Encountered an unknown error (Unable to locate the
# executable `rsync`) during validation.
# This could be related to https://github.com/CocoaPods/CocoaPods/issues/12674.
# Therefore, we stick to 1.14.2.
gem "cocoapods", "= 1.14.2"

0 comments on commit bd4ea46

Please sign in to comment.