yoomoney / yookassa-payments-swift

This library allows implementing payment acceptance into mobile apps on iOS and works as an extension to the YooMoney API
https://yookassa.ru/developers
MIT License
41 stars 41 forks source link

No such module 'TMXProfiling' #109

Closed kuznetsov-from-wonderland closed 3 years ago

kuznetsov-from-wonderland commented 3 years ago

XCode image

Macos BigSur 11.4 (20F71)

swift --version Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) Target: x86_64-apple-darwin20.5.0

Запросил файлы у ассистентов - пришло на почту. Их добавил ✅ image

Выставил как описано в доке ✅ image

Из build settings предыдущий скрипт убрал ✅

Добавил

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/yoomoney-tech/cocoa-pod-specs.git'

platform :ios, '13.0'
use_frameworks!

  pod 'YooKassaPayments',
    :git => 'https://github.com/yoomoney/yookassa-payments-swift.git',
    :tag => '5.4.1'

При выполнении команды pod install возникает ошибка

[!] The 'Pods-blablabla' target has transitive dependencies that include statically linked binaries: (/Users/.../Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework, /Users/...Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework, and /Users/.../Pods/GoogleMaps/Maps/Frameworks/GoogleMapsCore.framework)
kuznetsov-from-wonderland commented 3 years ago

Кажется, что это из-за use_frameworks! ?

kuznetsov-from-wonderland commented 3 years ago

Осилил билд, пришлось все делать не по доке.

Но спасибо, что хоть завелось все без багов в новой версии. Платежи пока не тестил. Issue пока не закрываю - вдруг еще что-то всплывет

kuznetsov-from-wonderland commented 3 years ago

Работает. Спасибо!