If I create a brand new Xcode configuration (click on on Venture, identify of Venture, configurations, click on on an current configuration (Debug or Launch), click on + and duplicate it).
Then if the construct scheme is switched to make use of the brand new configuration the display of the app is clean white and the next is displayed within the console:
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevSettings' couldn't be discovered. Confirm {that a} module by this identify is registered within the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","Timing","AppState","SourceCode","BlobModule","WebSocketModule","SettingsManager"],"TurboModules":[],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","LogBox","DevSettings"]}, js engine: hermes
I discovered previous references to this situation, and the answer was so as to add a line to the pod file, akin to:
venture 'NameOfTheProject',
'NameOfTheNewConfiguration' => :debug
Nevertheless, if that did work up to now, it now now not does.
Anyone know find out how to get RN to work with a customized Xcode construct configuration?
(Utilizing RN 74.6)