The best thing to do here is to make your framework into its own Xcode project, so that you can then include a reference to that Xcode project in all of your future test projects through the steps outlined in the Embedding Frameworks Tech Note. Swift 3 does not have a stable application binary interface (ABI) yet, so having a prebuilt version of the framework to use is not supported, as such a configuration will have problems unless all of the Swift code for the entire app and all frameworks is built by the same compiler.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: