diff --git a/ios/Podfile b/ios/Podfile index ac514eed4..0c852ac90 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -28,7 +28,7 @@ target 'Ecency' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable the next line. - :flipper_configuration => FlipperConfiguration.disabled, + :flipper_configuration => FlipperConfiguration.enabled(["Debug"], { 'Flipper' => '0.174.0' }), # An absolute path to your application root. :app_path => "#{Pod::Config.instance.installation_root}/.." )