I'm trying to do some UI Testing on my older project.
I created a UI Test target and added @testable import MyOlderProject
at the top of the test Swift file.
I'm getting the following error message:
Module file was created by an older version of the compiler; rebuild 'MyOlderProject' and try again
Looks like it's related to MyOlderProject.swiftmodule/arm.swiftmodule.
What am I doing wrong?