-
Notifications
You must be signed in to change notification settings - Fork 3k
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 to fix iOS deploy #4339
Conversation
@@ -564,7 +564,7 @@ PODS: | |||
- UMCore | |||
- UMConstantsInterface (6.1.0): | |||
- UMCore | |||
- UMCore (7.1.0) | |||
- UMCore (7.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These automatically updated when running pod install
Looks like e2e fails now, will likely have to fix broken dependencies 👀 |
From the failing build, looks like
|
Looks like GH actions available versions only go up to 12.4 for
So for 12.5 we'd have to update to Going to give that a shot and see what the result is |
Looks like we need to match the schemas in https://json.schemastore.org/github-workflow.json, so |
Sorry @Jag96 , I don't know how to test this, and it will take me some time to figure it out. I'll be off on Monday, so you may want to choose someone with more experience to review this :) |
Great investigation so far @Jag96!
Okay, I guess for now the best thing to do might be to:
|
SchemaStore PR here |
Whoa, the SchemaStore PR is already merged, so the schema validation check is passing ✅ 🎉 |
Putting this into review, looks like e2e got past the part where it was previously failing so this should be good 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, this seems pretty simple – update the runners to macos-11
and xcode to 12.5
. Hopefully this works!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Update XCode to fix iOS deploy (cherry picked from commit 8db44bc)
🚀 Deployed to staging in version: 1.0.82-2🚀
|
🚀 Deployed to production in version: 1.0.82-7🚀
|
🚀 Deployed to staging in version: 1.0.82-8🚀
|
🚀 Deployed to production by @francoisl in version: 1.0.83-1 🚀
|
cc @roryabraham
Details
This PR updates the XCode version to fix an issue where fastlane is failing because of a mismatch.
Fixed Issues
$ #4337
Tests
Building the app and archiving it works fine for me, so the next best way to test this is to merge and confirm the deploy doesn't fail
QA Steps
None
Tested On
Screenshots
N/A