fix: android and ios builds

This commit is contained in:
Lei Nelissen
2022-11-27 21:07:32 +01:00
parent 2f8cf6e081
commit 845b379e09
9 changed files with 86 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ target 'Fintunes' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
:flipper_configuration => FlipperConfiguration.enabled,
:flipper_configuration => FlipperConfiguration.enabled(["Debug"], {'Flipper' => '0.164.0'}),
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)