Closed tin4g closed 5 years ago
I think there's a general misunderstanding here. You are using Accio to handle your dependencies in a SwiftPM project. But actually, SwiftPM can do that already, there's no need to manage dependencies with Accio in SwiftPM projects. That's what SwiftPM already aims to do.
Accio is for apps targeting iOS, tvOS, macOS or watchOS to include dependencies that support either SwiftPM or Carthage. So all the questions you're asking are questions for the SwiftPM project itself and should probably be asked on a site like SO.
Does this clarify the situation for you? Or maybe I misunderstood something?
Sorry, I misunderstood. Anyway, thank you. And I temporarily solved my problem with xcodebuild.
Procedure
Solutions:
OR
Wanted
Where can I find the SwiftDemo.Framework? (Or does the swift command line not support creating frameworks?)
How do I compile for multiple platforms (iOS, watchOS and etc.) at once? ( If I don't manually modify the generated Xcode project.)
Thanks!