I have been searching for an answer to add framework as a dependency in Swift Package Manager, and I assume there is a way to do this but haven't succeeded in finding it.
I have tried the solution provided on Swift Package Manager forum but did not succeed :(
and facing error likes package has an unsupported layout, binary.framework/module.modulemap should be inside the 'include' directory"
Please download the sample project for binary support from here, which contents two frameworks add in Swift PM.
I have tried to communicate with the Swift PM community but did not get any response from them.
As there is a proposal for binary framework support in the community but doesn't know when Swift PM community will be working on the same.
Is there any other way to do this? Please provide the solution for the same.
Thanks in advance