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 <
I had this problem when the minimum deployment target of a select few dependencies was set to a more recent iOS version than main targets minimum deployment target.