I couldn't get CocoaPods to work so followed the git instructions, dragging the Parcoa.xcodeproj into my project.
I get the above error for the following line:
|
#import <Parcoa/Parcoa.h> |
I noticed that the other Parcoa header files use #import "Parcoa.h", changing to that fixes the build issue.
Using Xcode 13.1 on Monterey 12.0.1 (Apple Silicon).