I upgraded from Xcode 7.3.1 to Xcode 8.1 and selected the Swift 2.3 transition. Now my unit tests will not compile, it does not work on import , in particular No such module 'Foo' , where Foo is the name of the module.
Enable Testability is already set to Yes. I have a "Use Legacy Swift Language Version" set to "Yes" for the project and purpose. I tried to clean, remove DerivedData and rebuild.
xcode swift swift2 xcode8
Steve Kuo Dec 11 '16 at 16:39 2016-12-11 16:39
source share