Skip to content

Commit

Permalink
Add docs and release notes or carthage installation workaround
Browse files Browse the repository at this point in the history
carthago delenda est
  • Loading branch information
designatednerd committed Sep 15, 2020
1 parent dfb2fa8 commit 40e65d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v0.33.0
- Adds support for Xcode 12 and Swift 5.3. ([#1280](https://github.com/apollographql/apollo-ios/pull/1280))
- Adds workaround script for Carthage support in Xcode 12. Please see [Carthage-3019](https://github.com/Carthage/Carthage/issues/3019) for details. TL;DR: cd into `[YourProject]/Carthage/Checkouts/apollo-ios/scripts` and then run `./carthage-build-workaround.sh` to actually get Carthage builds that work. (#yolo committed to `main`)

## v0.32.1
- Improves invalidation of a `URLSesionClient` to include cancellation of in-flight operations. ([#1376](https://github.com/apollographql/apollo-ios/issues/1376))
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/carthage-installation-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `github "apollographql/apollo-ios"` to your Cartfile.

<h4>Checkout and build dependencies</h4>

Run `carthage update --platform ios` (or `--platform ios,macos` to build both Mac and iOS). **NOTE:** There's an issue with Carthage that has been causing [some frustration](https://github.com/apollographql/apollo-ios/issues/386) for folks trying to build for watch and tvOS - don't build those targets if you don't need to.
Run `carthage update --platform ios` (or `--platform ios,macos` to build both Mac and iOS). **NOTE:** There's an issue with the way Carthage uses Lipo in the Xcode 12 GM, please cd into `[YourProject]/Carthage/Checkouts/apollo-ios/scripts` and then run `./carthage-build-workaround.sh` to actually get Carthage builds that work.

</ExpansionPanelListItem>
<ExpansionPanelListItem number="3">
Expand Down

0 comments on commit 40e65d9

Please sign in to comment.