@KnightForce

React Native. Firebase. Как исправить ошибку library not found for -lGoogleToolboxForMac?

Выводит в консоль library not found for -lGoogleToolboxForMac.
Использую Pod.
Podfile:

target 'Project' do

  pod 'GoogleToolboxForMac', '~> 2.1'
  pod 'GTMSessionFetcher', '~> 1.1' # version 1.1 & newer up to - but not including - 2.0
  pod 'gtm-logger', '>= 0.0.5' # version 0.0.5 or newer

  pod 'Firebase'
  pod 'Firebase/Auth'
  pod 'Firebase/Analytics'

  pod 'Firebase/Core'
  pod 'Firebase/RemoteConfig'
  pod 'Firebase/Database'
  pod 'Firebase/Messaging'

  target 'Project-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'Project' do
    inherit! :search_paths
    # Pods for testing
  end
end
  • Вопрос задан
  • 1312 просмотров
Пригласить эксперта
Ответы на вопрос 1
@ownikss
может это: Please close any current Xcode sessions and use MyApp.xcworkspace for this project from now on.
последний коммент
https://github.com/google/google-toolbox-for-mac/i...
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы