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

Ошибка сборки на девайс (Bitcode) #45

Closed alkozin closed 4 years ago

alkozin commented 4 years ago

Верия 2.3.1 При выборе девайса для сборки получаю ошибку:

ld: '/Users/_/Temp/Xcode/DerivedData/Gold585-geomhprrhafvopdglqntcmdffbvd/Build/Products/Debug-iphoneos/YandexCheckoutPayments/YandexCheckoutPayments.framework/YandexCheckoutPayments' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/_/Temp/Xcode/DerivedData/Gold585-geomhprrhafvopdglqntcmdffbvd/Build/Products/Debug-iphoneos/YandexCheckoutPayments/YandexCheckoutPayments.framework/YandexCheckoutPayments' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Решается включением Bitcode в таргете:

Снимок экрана 2019-12-10 в 15 26 17
oltv00 commented 4 years ago

@alkozin Привет. Актуальна ли еще проблема с запуском на физический девайс?