Skip to content

Commit

Permalink
Workaround CocoaPods bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Apr 14, 2023
1 parent b46e662 commit 952f18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ workflows:
xcode_version: '14.3.0'
<<: *release-branches
- installation-tests-cocoapods:
xcode_version: '14.3.0'
# Using Xcode 14.2 until CocoaPods fixes https://github.com/CocoaPods/CocoaPods/pull/11828
xcode_version: '14.2.0'
<<: *release-branches
- installation-tests-swift-package-manager:
xcode_version: '14.3.0'
Expand Down

0 comments on commit 952f18f

Please sign in to comment.