vendredi 10 juillet 2015

How can I have my Swift Unit Test Access Parse's SDK?

Scenario:
I have an existing Swift application that access Parse.com.

Goal:
To add unit-testing routines to test Parse I/O.

I have the unit-testing template but I can't access the Parse API as I can in the main target. So I attempted to 'Import Parse', which as you can see, doesn't work.

Do I make the unit-test module dependent on the standard target? How?

How can I access the existing Parse API that I'm currently doing within the main target?

enter image description here

Aucun commentaire:

Enregistrer un commentaire