"Module file's minimum deployment target is watchos2.1 v2.1"
Our setup is basically like so:
Workspace:
- App
- Main Target
- Today Extension Target
- Watch Extension Target
- AppCoreLogicFramework
- iOS app target
- iOS extension safe API target
- watchOS target
Each of their core framework's targets are named the same as per instructions from Apple about how to properly get this set up, but each target links against the appropriate version. This was working fine until Xcode 7.2 and now I get the error above.
Both the Watch Extension Target and the core framework's watchOS target are using "Latest watchOS 2.1".
Has anyone found a work-around yet? Thanks!