I have a project built with Xcode 6.2. I included a new framework that was built with Xcode 6.3 and I am getting the following compile time error:
Module file was created by a newer version of the compiler
I haven't updated to 6.3 because it requires me to update my OS. I tried the following already, much to no avail.
- Xcode: menu Product => Clean
- Xcode: menu Product => Clean (while holding Option/Alt)
- Removed DerivedData folder.
Is this a general issue that frameworks ALWAYS need to be built into projects with the same version of Xcode?
The deployment target version of the framework is 8.0. It contains Swift code.