xcode - Module compiled with swift 3.1 cannot be imported in Swift 3.0.2 -


swift 3.1 came out , i'm receiving error message in project:

module compiled swift 3.1 cannot imported in swift 3.0.2

so how tell xcode start updating project , migrate swift 3.1?

it including 3rd party frameworks/libraries. need updated/recompiled. if using carthage or pods should rebuild libraries , make them available app. problem isn't code. when compile it, compile 3.1


Comments