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
Getting this error when attempting to install Komondor with some hooks.
/Komondor/Sources/Komondor/Commands/runner.swift:11:21: error: use of unresolved identifier 'getPackageConfig'; did you mean 'PackageConfig'?
let pkgConfig = getPackageConfig()
Seems related to changes that have occurred in PackageConfig dependency which have removed getPackageConfig()
The text was updated successfully, but these errors were encountered:
Getting this error when attempting to install Komondor with some hooks.
Seems related to changes that have occurred in PackageConfig dependency which have removed
getPackageConfig()
The text was updated successfully, but these errors were encountered: