Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Xcode versions #717

Merged
merged 4 commits into from Jul 21, 2022
Merged

Update Xcode versions #717

merged 4 commits into from Jul 21, 2022

Conversation

azarovalex
Copy link
Member

@azarovalex azarovalex commented Jul 19, 2022

CircleCI is removing old Xcode images in 2 weeks, so we should update our CI pipeline.

PR is mostly bumping Xcode and runtime versions, but also fixed a dependency cycle errors in new Xcode version:

image

@azarovalex azarovalex requested a review from a team July 19, 2022 14:18
@azarovalex azarovalex self-assigned this Jul 19, 2022
steps:
- checkout
# Limiting number of parallel jobs to avoid build crash bug.
- run: swift build --jobs=1
- run: swift build
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't crash anymore

@@ -491,8 +489,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2B39DD3F270F034700ED68E4 /* CodingOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodingOperation.swift; path = Sources/MapboxDirectionsCLI/CodingOperation.swift; sourceTree = "<group>"; };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two files are no longer present?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was duplicated in project.pbxproj for some reason and Xcode removed duplicates automatically, everything still works.

@azarovalex azarovalex merged commit fe7fe98 into main Jul 21, 2022
@azarovalex azarovalex deleted the azarovalex/update-xcode branch July 21, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants