Kumar Utsav
Kumar Utsav

Reputation: 2841

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

Upvotes: 6

Views: 3858

Answers (1)

kerry
kerry

Reputation: 2582

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

Upvotes: 21

Related Questions