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 #169

Closed 949699582 closed 3 years ago

949699582 commented 3 years ago

Download the code and build it! Show this error and I can not find the solution.Can someone tell me how tto deal this question?

flemingm commented 3 years ago

File: ORSSerialRequest.h

//#import <ORSSerial/ORSSerialPacketDescriptor.h> // reference framework will not find it without framework.

uncomment next line if not using framework. and comment out the line about.

import "ORSSerialPacketDescriptor.h"

To build the framework using the framework project.

armadsen commented 3 years ago

This is fixed on master now. Please pull the latest and try again.