I added a new build configuration, Dev.Debug
to my react-native project in xcode, duplicating the existing Debug
configuration, and also added a corresponding scheme for the new configuration.
Now when I attempt to run the project with the new scheme I get the error:
Undefined symbol: _OBJC_CLASS_$_FlipperClient
Running the scheme that I duplicated works fine - the app installs, launches, and functions normally.
Is there any more configuration required after adding a new debug scheme?