Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when pod has no IPHONEOS_DEPLOYMENT_TARGET (#32746)
Summary: Co-Authored-By: William Bell <williambell9708@outlook.com> If one of the pods has no IPHONEOS_DEPLOYMENT_TARGET, the M1 postinstall workaround script fails. This commit updates the code to handle this special case. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [iOS] [Fixed] - __apply_Xcode_12_5_M1_post_install_workaround failing when one of the Pods has no IPHONEOS_DEPLOYMENT_TARGET set Pull Request resolved: #32746 Test Plan: reactwg/react-native-releases#6 (reply in thread) Reviewed By: charlesbdudley Differential Revision: D33063717 Pulled By: lunaleaps fbshipit-source-id: f45bc47c85e42ffb5c37a277fbedd48a729ef5fb
- Loading branch information