error: module file's minimum deployment target is ios8.3 v8.3
All attempts to import a dynamic framework in an Xcode playground yield the following error: error: module file's minimum deployment target is ios8.3 v8.3 alreadytaken You might have created a target after updating Xcode, which made 8.3 the iOS Deployment Target in Build Settings for that target. I fixed this by: Setting the iOS Deployment Target to 8.0 (Which is the same as the rest of the project) Note iOS version mismatch in this screenshot (one is 10.0, other is 9.3) Note iOS versions now match (make sure they all match) Doing a clean (Command+Shift+k) and build If a clean+build doesn't