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
<
This error might also crop up if you're unit testing. So in addition to what @Tony and @Allreadyhome has suggested, do the following:
And you should be good.