mkoehnke / WKZombie

WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to import swift.package

Stjames19 opened this issue · comments

So im trying to import the swift package, just to get the darn thing to start but i keep getting this error when ever i try to add package dependency:
The package dependency graph can not be resolved; unable find any available tag for the following requirements:

Even if I have the Package.Swift in xcode I cant import Package becasue ill get hit with the

/Users/Stjames/Desktop/Instore/Package.swift:1:8: No such module 'PackageDescription'

Im having alot of trouble even getting started :(

any help would be great