[CapacitorFileSystem] Unable to add plugin directly in our Package.swift as a dependency: CapacitorFilesystem (= 6.0.1)
#2243
Labels
CapacitorFilesystem (= 6.0.1)
#2243
Bug Report
Plugin(s)
CapacitorFilesystem (= 6.0.1)
CapacitorFilesystem (= 6.0.0)
CapacitorFilesystem (= 6.0.0-rc.1)
CapacitorFilesystem (= 6.0.0-rc.0)
CapacitorFilesystem (= 6.0.0-beta.1)
CapacitorFilesystem (= 6.0.0-beta.0)
CapacitorFilesystem (= 6.0.0-alpha.2)
CapacitorFilesystem (= 6.0.0-alpha.1)
Capacitor Version
Platform(s)
iOS
Current Behavior
Can't add the
CapacitorFileSystem
plugin directly as a dependency in our Package.swift file:Output:
the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system) in https://github.com/ionic-team/capacitor-plugins.git
Expected Behavior
We should be able to natively add any released version of CapacitorFilesystem in our
Package.swift
.Other Technical Details
Swift package manager expects the Package.swift file to be a the root of the repo if added by a url.
Additional Context
A similar problem for the cocoapods was fixed in this issue: #2236
The text was updated successfully, but these errors were encountered: