react-native/scripts
Lorenzo Sciandra 967de03f30 fix(ios): add xcode 14 workaround (turn off signing resource bundles) for pods (#34826)
Summary:
This is inspired by the Expo workaround d970a9ecbb to address an issue that cocoapods has with Xcode 14: https://github.com/CocoaPods/CocoaPods/issues/11402

This wants to address this https://github.com/facebook/react-native/issues/34673 in a way that we can also cherry-pick on the 0.70 branch.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[iOS] [Fixed] - add xcode 14 workaround (turn off signing resource bundles) for `React-Core`

Pull Request resolved: https://github.com/facebook/react-native/pull/34826

Test Plan:
Tested locally by opening RNTester via Xcode 14.0.1, and targetting my iPhone as device. After applying the patch, the error for React Core AccessibilityResources disappears.

Also, added ruby test for new patch.

Reviewed By: hramos

Differential Revision: D40063828

Pulled By: hramos

fbshipit-source-id: e10d5b6a917a6a7cbacd14ecfdac55e60e46c6f8
2022-10-07 02:29:59 -07:00
..
__tests__
circleci
cocoapods fix(ios): add xcode 14 workaround (turn off signing resource bundles) for pods (#34826) 2022-10-07 02:29:59 -07:00
codegen
hermes
react_native_pods_utils
versiontemplates
xcode
.npmignore
.packager.env
.tests.env
android-e2e-test.js
android-setup.sh
bump-oss-version.js
compose-source-maps.js
download-kotlin-compiler-with-buck.sh
find-node-for-xcode.sh
generate-api-docs.js
generate-codegen-artifacts.js
generate-provider-cli.js
generate-specs-cli.js
ios-configure-glog.sh
launchPackager.bat
launchPackager.command
lint-java.js
native_modules.rb
node-binary.sh
objc-test.sh
packager-reporter.js
packager.sh
prepare-package-for-release.js
process-podspecs.sh
publish-npm.js
react_native_pods.rb fix(ios): add xcode 14 workaround (turn off signing resource bundles) for pods (#34826) 2022-10-07 02:29:59 -07:00
react-native-xcode.sh
release-utils.js chore: re-add fixes from Kudo's PR 34846 (#34861) 2022-10-04 09:06:01 -07:00
retry3
run_ruby_tests.sh
run-android-ci-instrumentation-tests.js
run-android-emulator.sh
run-android-local-integration-tests.sh
run-android-local-unit-tests.sh
run-ci-e2e-tests.js
run-ci-javascript-tests.js
run-instrumentation-tests-via-adb-shell.sh
scm-utils.js
set-rn-engine.js
set-rn-template-version.js
set-rn-version.js
setup-verdaccio.js
sync-css-layout.sh
test-e2e-local-clean.js
test-e2e-local.js
test-manual-e2e.sh
testing-utils.js
try-n-times.js
update_podfile_lock.sh
update-ruby.sh
validate-android-device-env.sh
validate-android-sdk.sh
validate-android-test-env.sh
validate-ios-test-env.sh
version-utils.js