You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Package Dependency feature in Xcode 11 gives the following error:
The package dependency graph can not be resolved; unable find any available tag for the following requirements:
https://github.com/Zewo/Reflection.git — 0.18.1..<1.0.0
and I found that advice given to a similar error:
I believe this is because you've missed out the products and targets section in the Package.swift file. A simple example can be found in JGProgressHUD's Packages.swift
The text was updated successfully, but these errors were encountered:
Add Package Dependency
feature in Xcode 11 gives the following error:and I found that advice given to a similar error:
The text was updated successfully, but these errors were encountered: