Recently I have updated my Xcode and its developer tools to 13.0 from 12.5. When I ran react-native run-ios
after upgrade, I get an error asking me to upgrade from Legacy Build System to New Build System.
After upgrading I ran react-native run-ios
again. The IOS app built successfully but when I click on the app in iPhone 11 (IOS 15.0), it shows splash screen for some micro seconds and then crashes. Here is the screenshot of the build system change I did
Screenshot of BUILD SUCCESSFUL
message
Also, when I try to build from Xcode13, it builds successfully but shows following in output log
Please help on this. Thanks in advance.