theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

[Issue] SPM installation #149

Closed kesavaj closed 3 years ago

kesavaj commented 3 years ago

Hi, I tried using SPM, but when I add TABTestKit using xcode it adds properly. but when i try to use it, it gives me a compilation error saying Missing required module Biometrics. I cannot go further can you help pls

zacoid55 commented 3 years ago

Hello @kesavaj - I'll endeavour to take a look into this or possibly @roger-tan or @annapiktas. In the mean time do you have any updates?

kesavaj commented 3 years ago

@zacoid55 thanks a lot. No. Its still the same from my side. Cant get it working with SPM.

roger-tan commented 3 years ago

Hi @kesavaj,

Have you set up TABTestKit with the right target by chance with a UITest target?

Screenshot 2021-04-21 at 11 26 57

Edit: I updated the example project from CocoaPods to SPM with Xcode 12.4. I don't have an issue except you have to import Biometrics when you have to use it for your tests. You could check here

kesavaj commented 3 years ago

@roger-tan That works. Thanks a lot