Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Module compiled with swift 4.0 cannot be imported in swift 3.0.2

I just used Xcode 9 beta version and did not even compile my app. Now I am not able to run it in Xcode 8. The framework import is giving error. I have to give the archive. Help please. In the snapshot attached , I am importing an external framework MMCardView written in swift. Now that is throwing error in Xcode 8. What should i do?enter image description here

like image 605
Kumar Utsav Avatar asked Jun 14 '17 05:06

Kumar Utsav


1 Answers

Try cleaning the project from Product -> Clean in Xcode 8 and build again.

like image 68
kerry Avatar answered Oct 01 '22 03:10

kerry