There's a method to compile a project using swift4?
I downloaded the paymentez(zip) and copied the frameworks to another new project with the linker flags, but when i try to compile, it fails and i get this message from the IDE:
ld: /Users/sistemas/Desktop/Desarrollo/paladines/paymentezVIP/Frameworks/PaymentezSDK.framework/PaymentezSDK compiled with older version of Swift language (2.0) than previous files (4.0) file '/Users/sistemas/Desktop/Desarrollo/paladines/paymentezVIP/Frameworks/PaymentezSDK.framework/PaymentezSDK' for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
There's a method to compile a project using swift4? I downloaded the paymentez(zip) and copied the frameworks to another new project with the linker flags, but when i try to compile, it fails and i get this message from the IDE: