Xcode – Testing an iOS release build on a USB connected device
If my React Native XCode project's run scheme is configured with the "Debug" build configuration, it works fine. With the "Release" configuration, it cannot connect to the bundler (I get the "Invariant Violation" which talks about Metro not being found).…