Cannot import PGPSignaturePacket.h #212
andre161292
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
As soon as i import PGPSignaturePacket.h, the build fails, because PGPKeyID.h cannot be found, whereas directly importing PGPKeyID.h works. In the first non-working version i found (0.12.3), PGPPacket.h is not found - so that may be another issue from back then.
Expected behaviour
Being able to use PGPSignaturePacket without issues.
Steps to reproduce
pod init
pod install
#import <ObjectivePGP/PGPSignaturePacket.h>
or simply
pod install
Beta Was this translation helpful? Give feedback.
All reactions