samedi 2 septembre 2017

Xcode Unit Testing Dynamic Framework Only

In my XCode project I have an app, and a few Cocoa Touch Frameworks, which the app imports. For example:

App A
    Framework X
    Framework Y
    Framework Z

Right now, when I include a test within Framework X it recompiles App A, Framework X, Framework Y, and Framework Z.

Is there any way to have a unit test, ONLY compile and test code within a particular framework?

Aucun commentaire:

Enregistrer un commentaire