Я получаю следующую ошибку
ld: framework not found FirebaseCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
вот файл pod
platform :ios, '11.4'
target 'Myproject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
#use_frameworks!
use_modular_headers!
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Crash'
pod 'FirebaseStorageCache'
end
Я боролся с этой проблемой уже несколько дней. Обратитесь за помощью.