-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade Xcode, macOS, iOS targets #7104
Conversation
drewvolz
commented
Feb 20, 2024
•
edited
Loading
edited
- bump to Xcode 15.2
- bump to macOS 14.2
- bump to iOS 17.2
- macOS-14-readme actions runner-images
- Previously Upgrade to Xcode 14 (take two) #6982
configs - merge metro configs - set jest preset to react-native - podfile config changes for hoisting with node dependencies - bump metro-react-native-babel-preset to 0.76.8 - add @react-native/eslint-config ^0.72.2 - add @react-native/metro-config ^0.72.11 - add @tsconfig/react-native ^3.0.0 - set node engines >=18
- working for android - broken for iOS, tracking react-native-reanimated/issues/4522
* target Xcode 15.2 * target macOS 14.2 * target iOS 17.2
I can lower the macOS runner target from 14.2 if we continue to get stuck at the following spot in CI
|
macos-14.2 is not a valid runner YAML workflow label, but macos-14 is. [1]: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners Signed-off-by: Kristofer Rye <[email protected]>
New problem: /Users/runner/work/AAO-React-Native/AAO-React-Native/ios/AllAboutOlaf.xcodeproj: error: No profile for team 'TMK6S7TPX2' matching 'match AppStore NFMTHAZVS9.com.drewvolz.stolaf' found: Xcode couldn't find any provisioning profiles matching 'TMK6S7TPX2/match AppStore NFMTHAZVS9.com.drewvolz.stolaf'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'AllAboutOlaf' from project 'AllAboutOlaf')
note: Run script build phase 'Bundle React Native code and images' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'AllAboutOlaf' from project 'AllAboutOlaf') |
|
Since we do not run detox on nightlies, I've added a skip check for detox. |
Upgrade React Native to v72.4