How to run react native 0.63 applications in XCode 13?

Viewed 962



I'm mantaining a React Native app written with v0.63.2 of the framework.

In order to develop for iOS 15 I have upgraded XCode to v13 and I saw that the xcrun was deleted (it was already deprecated in XCode 12).
That command was needed by react-native to start by app for local development. As far as I know, to work with iOS 15 I'll have to upgrade to react-native 0.66 and I can't do that right now.
Here I have two questions:

  1. Is there a way to develop with XCode 13 using a version of react-native minor than 0.66 (please note that upgrading to 0.64 or 0.65 is still NOT an option for me)?
  2. Is there a fix / equivalent about the xcrun command ?
1 Answers
Related