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).
I couldn't get CocoaPods to work so followed the git instructions, dragging the
Parcoa.xcodeprojinto my project.I get the above error for the following line:
Parcoa/Parcoa/ParcoaPredicate+Combinators.h
Line 36 in 28199a2
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).