stripe / stripe-ios

Stripe iOS SDK
https://stripe.com
MIT License
2.12k stars 981 forks source link

Fatal error in iOS SDK #1831

Closed kylowrobelek closed 3 years ago

kylowrobelek commented 3 years ago

Summary

Fatal error after installing Stripe iOS SDK

Code to reproduce

Just install official iOS SDK from Stripe

iOS version

>= 13

Installation method

via CocoaPods

SDK version

21.6.0

Other information

Error occurs when I try to launch my app (after installation of your SDK) -> Fatal error: init(coder:) has not been implemented: file Stripe/PaymentMethodTypeCollectionView.swift, line 62

yuki-stripe commented 3 years ago

Hi @kylowrobelek

How are you using the SDK?

kylowrobelek commented 3 years ago

I've done all the steps from https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=custom (on Android everything works fine)