Is there a way I can import fastRTPSSwift into a playground application?
I tried to import it, but it gives an error while it imports fastDDSPrebuild. Playground cannot unzip it.
If you can provide a solution, Iād really appreciate it šš¼
Unfortunately, Swift Playgrounds cannot work with complex libraries. FastRTPSSwift contains Swift and C++ targets and a dependency on an external library. An SPM or Xcode project is a mandatory requirement.
Hi there!
Is there a way I can import fastRTPSSwift into a playground application? I tried to import it, but it gives an error while it imports fastDDSPrebuild. Playground cannot unzip it. If you can provide a solution, Iād really appreciate it šš¼