I have been working on a project which started off on XCode 7 beta using Swift 2.0 and targeting iOS 8.0 (now using Xcode 7 general release). In order to take advantage of storyboard referencing I decided to upgrade target to iOS 9.0.
I am getting this error -> module file's minimum deployment target is ios9.0 v9.0: ... cwygdmgyjbvuhydjcsqsqzzqjpvz/Build/Products/Debug-iphoneos/bpos.swiftmodule/arm.swiftmodule
Edit: I have noted that this error only appears on those classes that are targeting the test project build
This is the closest that I got to my question with answer -> here
Unfortunately nothing of that answer has worked. I have tried cleaning and building plenty of times, changing devices, clearing devices cache. Nothing has worked. Any pointers would be much appreciated.
Thanks in advanced