PureSwift / DBus

Swift library for D-Bus
MIT License
13 stars 7 forks source link

Missing required module 'CDBus' in XCode #4

Closed Inokinoki closed 5 years ago

Inokinoki commented 5 years ago

Thanks to this fantastic project.

I tried building DBus.framework and add it as a dependency into my own Swift project.

When I import DBus, it gives me an error like this image

Anything helpful ? Thanks

Inokinoki commented 5 years ago

I copied CDBus folder into root dir of project, and added it into Swift Compiler - Search Path