-
Is TigaseSwift also added to
Link binary with libraries
section?Which exact branch of TigaseSwift are you using?
In the
mix
branch which contains the newest development version, we have introduced support for Swift packages, so that TigaseSwift may be easily added as a dependency. -
Link binary with libraries
was not added earlier. I added it and tested. But it still gives the same error. I was in the main branch.In the mix branch which contains the newest development version, we have introduced support for Swift packages, so that TigaseSwift may be easily added as a dependency.
Could you please elaborate how to use above feature ?
When I checkout to mix branch I am unable to embed the binary!
Although the Tigase Swift framework is embedded as binary, Compiler returns with error: No such module 'TigaseSwift'
Tigase Swift project was added to the workspace of an existing project and TigaseSwift framework was embedded as a binary. But when the project is compiled, it returns the error: No such module 'TigaseSwift' in places where the library is imported.
To Reproduce Steps to reproduce the behavior:
Expected behavior Existing project must build without error (It had no previous issue) and TigaseSwift must be usable in the existing project
Environment
Deployment Target