armadsen / ORSSerialPort

Serial port library for Objective-C and Swift macOS apps
MIT License
751 stars 183 forks source link

'ORSSerial/ORSSerialPacketDescriptor.h' file not found #184

Closed Janldeboer closed 1 year ago

Janldeboer commented 2 years ago

When using this package with the swift package manager, this error occurs. It can easily fixed by removing "ORSSerial/" from the path (leaving ""), but this seems to break the package as used in the ORSSerialPortDemo Example. How can this issue be resolved?

armadsen commented 2 years ago

Hi Jan,

Thanks for the bug report. Can you try importing the current release version, 2.1.0? That works fine for me, and the change provoking this error happened after that release. I'll work on fixing this, but in the meantime, that may be a viable workaround.

Janldeboer commented 2 years ago

Thanks, it works fine with 2.1.0 specified as version rule. I used the branch as a version rule before, that doesn't seem to be sufficient...

armadsen commented 1 year ago

Fixed by #189