fix: build with xcode 15.3

This commit is contained in:
Lei Nelissen
2024-03-10 22:54:02 +01:00
parent c9662769fa
commit 845eac70a0
4 changed files with 15 additions and 114 deletions

View File

@@ -34,7 +34,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 => flipper_config,
# :flipper_configuration => flipper_config,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)