orazz / CreditCardForm-iOS

CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift 3 (at least) migration is needed

itaispector opened this issue · comments

Now with Xcode 9 I get this message:

The target “CreditCardForm” contains source code developed with Swift 2.x. Xcode 9 does not support building or migrating Swift 2.x targets.

Use Xcode 8.x to migrate the code to Swift 3.

Is it possible to update the repo with Swift 3 support?

Big thanks!

The swift version of this pod wasn't specified. I just specified it, and this warning went away.
Can be seen here for example:
https://stackoverflow.com/a/43732084/4711172