DimaRU / FastRTPSSwift

Very basic yet functional Swift wrapper over eProsima Fast-DDS library.
MIT License
8 stars 6 forks source link

Import FastRTPSSwift into swift playground #4

Closed NDHANA94 closed 1 month ago

NDHANA94 commented 8 months ago

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 šŸ™šŸ¼

IMG_2252

DimaRU commented 1 month ago

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.