Closed CPiersigilli closed 5 years ago
I think it is CocoaPods Cache problem...
I'm not an expert on these issues, but I noticed that, for example, Alamofire contains a file called Package.swift (click here), which is not present in your SynologyKit: could this be the problem?
I'm not an expert on these issues, but I noticed that, for example, Alamofire contains a file called Package.swift (click here), which is not present in your SynologyKit: could this be the problem?
Yes. Currently Synology Only Support CocoaPods. Maybe will support Swift Package later.
Please try again..
I tried, but below I show you the error.
My bad. I forgot that 0.2.6 version does not contains Package.swift file.
Now fixed. Try 0.2.7 :D
Great. Now work fine.
Can anyone help me to fix this issue ?..i am using xcode 11 . i am getting same error "package resolution error "
Thanks in advance
Can you paste your error snapshot.
I created a new project using Xcode 11.4, and add SynologyKit
as a package dependency.
And after a few minutes. The package is successfully added.
It seems you are not adding SynologyKit
using SPM ?
swift-lambda-app seems can not resolved by Xcode SPM. But it has document for how to intergrate.
If you want to add swift-lambda-app as a swift package dependency. Then you should open an issue to swift-lambda-app.
Thanks 😄
If I try to add package of you SynologyKit with "
Add Package Dependency...
" I have the error:Can you fix it? Thank you.