vendredi 12 juin 2020

How to test ios SDK which have dependencies?

I have an ios sdk with two dependencies (using pod): SnapKit and a private sdk written in Kotlin Native. I wanted to add some unit tests to it. I created the target and add a simple test but i can't launch it because i have a compiler error saying "No such module SnapKit" and the same for the private one.

How do i test my sdk ? I can't add directly the dependencies in the project and it might be troublesome with Kotlin Native. Plus, i sounds to be a bad idea because i specify those dependencies in my podspec i don't want to have them directly inside the project.

Could you help me please ?

Aucun commentaire:

Enregistrer un commentaire