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

SPM installation #127

Closed tshort15-ford closed 4 years ago

tshort15-ford commented 4 years ago

Hi, I've just been trying out installing TABTestKit using SPM and I get this error - any ideas?

Screenshot 2020-08-12 at 19 24 41

I'm attempting to use v1.6.1 but this also fails with 1.5.0 and 1.6.0.

KaneCheshire commented 4 years ago

I think this will happen until a release next gets tagged, until then you can just make it point to master but that's probably a good kick up the butt for us to get a release out @zacoid55

KaneCheshire commented 4 years ago

Sorry, not even master will work until a release 🤦 it'll have to be develop for now. This segues nicely into another conversation I want to have with removing develop and master just having a single main branch, but that's another discussion for another time!

zacoid55 commented 4 years ago

I was waiting for a couple of changes Roger was going to put in for another release, I'll see where he's at with that now.

And yes, for this library I don't think we need develop, there's not enough people working on it

zacoid55 commented 4 years ago

@tshort15-ford 1.7.0 is out now with Swift Package Manager support, please give it a try when you can, we'd love to hear if it works!

tshort15-ford commented 4 years ago

That is a quick turnaround - thanks Zac! Seems to import fine 👍

roger-tan commented 4 years ago

Thanks @tshort15-ford to let us that SPM is working in your side.

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