orazz / CreditCardForm-iOS

CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.
MIT License
1.47k stars 165 forks source link

Swift 3 (at least) migration is needed #23

Closed itaispector closed 7 years ago

itaispector commented 7 years ago

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!

itaispector commented 7 years ago

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