-
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
[No QA] Update xcode version #16540
[No QA] Update xcode version #16540
Conversation
@eVoloshchak @aldo-expensify One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer | ||
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer |
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.
Weird that they don't use 14.1.0
as the naming convention
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.
It's Apple lol
Does this 100% fix the problem? Are we set to build to the "latest" SDK or is there some other setting to build against 16.1? |
Reviewer Checklist
Screenshots/VideosONLY iOS native code was modified. I successfully build from both terminal and XCode: |
As far as I can tell, we don't need to update the min or targeted SDK version. I've built from cmd and XCode sucessfully. |
@AndrewGable oh wait I see your point. This isn't bumping the actual SDK version. @luacmartins is this PR simply a prerequisite to that wider change? This quote makes me think this is the case:
|
@AndrewGable @Julesssss I update the deployment target as described. Thank you both! Changing the deployment target also added some changes to font encoding, but I'm not sure why. Additionally, I'm curious on why we didn't update the deployment target in this PR that solved the same issue last year. 🤔 |
I agree with this confusion and I am actually thinking maybe updating this is not required 🧐 I'm just curious how we can verify. Maybe we can revert back to just building with the latest XCode, CP it to staging and see if we get the email from Apple? |
@luacmartins that is a good point, I am confused too. it looks like we missed it last time around. However, we updated the CI deployment script. So the deployed build was updated and met the criteria, so it wasn't flagged as an issue by Apple? |
I think the current changes are correct. Last time we just updated the CI deploy version, but forgot to change it for local development. As far as Apple knew, we were using the correct version for development, because the CI deployed version was correct. Thankfully it didn't cause any issues, but we should keep the versions aligned -- so that any issues with a specific version are detected by developers. I am not 100% sure, but that is my best guess at what is going on here 😄 |
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.
I'd propose to test this in a separate CP, but changes look 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.
I retested, now that our dev build version is finally correct.
I still think this is the correct explanation for why the mismatch wasn't picked up on by Apple.
|
Verified via both |
[No QA] Update xcode version (cherry picked from commit 4aec557)
…-16540 🍒 Cherry pick PR #16540 to staging 🍒
CP happening here. I'll monitor the inbox for any email form Apple complaining about the SDK version |
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.2.90-6 🚀
|
Didn’t see any emails from Apple. I think this is fixed! |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.90-7 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
cc @AndrewGable @roryabraham will you please review?
Details
Updates the Xcode version to increase the iOS SDK to 16.1 as per Apple's requirements
Fixed Issues
$ #16539
Tests
Offline tests
N/A
QA Steps
Regular regression tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Only affects iOS
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android