CircleCI: change all jobs to use Xcode 14.x and replace xcode-install with xcodes#2421
Merged
Conversation
Contributor
Author
|
Not sure if this works now. |
NachoSoto
commented
Apr 19, 2023
CircleCI: changed jobs to use Xcode 14.3CircleCI: changed leftover jobs to use Xcode 14.3
CircleCI: changed leftover jobs to use Xcode 14.3CircleCI: changed leftover jobs to use Xcode 14.3 and replaced xcode-install with xcodes
79c2d40 to
7968425
Compare
Contributor
Author
|
I got simulators installing correctly, but now what? |
eb6433c to
e318919
Compare
e318919 to
3273dee
Compare
3273dee to
7981c18
Compare
78332d3 to
0ae6f35
Compare
NachoSoto
commented
Jun 2, 2023
Contributor
Author
|
Currently stuck on this issue: https://developer.apple.com/forums/thread/724068 |
Contributor
Author
|
Also running into https://stackoverflow.com/questions/76115250/unit-test-failing-on-xcode-14-1 |
499fd8a to
df268e8
Compare
This reverts commit 44ed38e.
11d0506 to
509e414
Compare
Contributor
Author
|
@RevenueCat/coresdk this is ready to review now :D |
tonidero
approved these changes
Sep 6, 2023
tonidero
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me! Glad that we finally got that working!
| <<: *release-branches | ||
| - installation-tests-receipt-parser: | ||
| xcode_version: '14.1.0' | ||
| xcode_version: '14.2.0' |
Contributor
There was a problem hiding this comment.
Looks like we are still running some of these in 14.2.0. Should we be using 14.3.0?
Contributor
Author
There was a problem hiding this comment.
Oh this can be 14.3
But the others do need 14.2 so they run on macOS 12, which is required to install those runtimes. I added a comment for that.
860d333 to
21b01c5
Compare
NachoSoto
added a commit
that referenced
this pull request
Sep 6, 2023
This was referenced Sep 13, 2023
NachoSoto
pushed a commit
that referenced
this pull request
Sep 14, 2023
**This is an automatic release.** ### Bugfixes * Fix runtime crash in SK2TransactionListener in iOS < 15 (#3206) via Toni Rico (@tonidero) ### Performance Improvements * `OperationDispatcher`: add support for "long" delays (#3168) via NachoSoto (@NachoSoto) ### Other Changes * `Integration Tests`: add tests for ghost transfer behavior (#3135) via NachoSoto (@NachoSoto) * `Xcode`: removed `purchases-ios` SPM reference (#3166) via NachoSoto (@NachoSoto) * `Integration Tests`: another flaky failure (#3165) via NachoSoto (@NachoSoto) * `Integration Tests`: fix flaky test failure due to leftover transaction (#3167) via NachoSoto (@NachoSoto) * `Xcode 13`: removed last `Swift 5.7` checks (#3161) via NachoSoto (@NachoSoto) * `Integration Tests`: improve flaky tests (#3163) via NachoSoto (@NachoSoto) * `Codable`: improved decoding errors (#3153) via NachoSoto (@NachoSoto) * Refactor: extract `HealthOperation` (#3154) via NachoSoto (@NachoSoto) * `Xcode 13`: remove conditional code (#3147) via NachoSoto (@NachoSoto) * `CircleCI`: change all jobs to use `Xcode 14.x` and replace `xcode-install` with `xcodes` (#2421) via NachoSoto (@NachoSoto)
NachoSoto
added a commit
that referenced
this pull request
Nov 16, 2023
See #2421. iOS 14 + Snapshots needs a new test plan that doesn't run StoreKit tests.
NachoSoto
added a commit
that referenced
this pull request
Nov 16, 2023
See #2421. iOS 14 + Snapshots needs a new test plan that doesn't run StoreKit tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CircleCIis deprecatingXcode 13soon.CircleCIstill recommends usingxcode-install, but it breaks with Xcode 14, so it's been deprecated now. This replaces the runtime installation withxcodes.