Fix for Xcode 16.3#1076
Conversation
david-venhoff
left a comment
There was a problem hiding this comment.
Thanks a lot, looks good to me and still works in the emulators :)
Only question I have is why did you remove the yarnrc file and the packageManager field in the package.json files?
|
@LeandraH did you check that the ios builds work in the pipeline. as far as i can see this xcode image does not exists see further discussion here |
|
Urg, thanks @f1sh1918 ! Sorry about that! |
They were changes from the upgrade helper. It looks like that's mainly done to not force anybody to a newer yarn version if they don't want to; since we already use yarn 3, we could keep it in, it probably won't lead to confusion down the line at future updates. |
There was a problem hiding this comment.
thx for the update. I still can not find a successfully running commit_main where i can see if build_ios still runs without issues @LeandraH
Update you have to add this workflow in @common.yml to run the workflow from CLI or GUI
f1sh1918
left a comment
There was a problem hiding this comment.
Looks good. Thx for the update
Short Description
The latest Xcode version (16.3) doesn't work with older versions of React-Native, this PR bumps us up to a supported one (https://github.com/facebook/react-native/releases/tag/v0.76.9, more info here and here, and some more info on upgrading RN here.
Proposed Changes
ITMS-90725: SDK version issue - This app was built with the iOS 17.2 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution.
Side Effects
Testing
Pretty much check the entire app 😬
Resolved Issues
This resolves the issue that I can run the iOS app on my machine again, where I stupidly already updated Xcode to the latest version.