Решение в моем случае:
Сначала попробуйте: brew install ruby
, sudo gem install
, а затем обновите репо:
pod repo update
И это`После этого вы будете устанавливать модули ML Kit из Firebase
Мой подфайл:
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'ML test' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for ML test
pod 'Firebase/Core'
pod 'Firebase/MLVision'
end