I have Xcode 9.4 and my framework code running in swift 3.2 and then today I downloaded Xcode 10 beta 4 and updated my framework to swift 4.2
The question is now my framework is not supporting by Xcode 9.4 and it's giving me an error says :
- Module compiled with Swift 4.2 cannot be imported in Swift 4.1.2:
My question is is it possible to use swift 4.2 compiled framework in Xcode 9.4 ? if it's not why? do I have to change any settings in order to work ?
Any help? thanks in advance..