Помогите, пожалуйста, скомпилировать проект. Проблема с cocoapods

cocoapods

#1

Есть исходники одного проекта. Хочу собрать билд для тестов. При компиляции возникает ошибка.
No such module "SwiftLocation"
На самом деле операция
import SwiftLocation
не работает. Такого модуля не видит.
Установил cocoapods, добавил в файл podfile указанные модули.
В терминале запустил pod install
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.

[!] Smart quotes were detected and ignored in your Podfile. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

[!] The FindMeEasily [Debug] target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in `Pods/Target Support Files/Pods-FindMeEasily/Pods-FindMeEasily.debug.xcconfig’. This can lead to problems with the CocoaPods installation
_ - Use the $(inherited) flag, or_
_ - Remove the build settings from the target._

[!] The FindMeEasily [Release] target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in `Pods/Target Support Files/Pods-FindMeEasily/Pods-FindMeEasily.release.xcconfig’. This can lead to problems with the CocoaPods installation
_ - Use the $(inherited) flag, or_
_ - Remove the build settings from the target._
Но все равно эти модули в проекте не видны.
В настройках сборки проекта убирал флажок ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
Не помогло…
Как включить этот модуль и два других в проект?


#2

Здесь была похожая проблема.