datatheorem / TrustKit

Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
MIT License
2k stars 360 forks source link

Error with TrustKit after update #327

Open paulocoutinhox opened 3 months ago

paulocoutinhox commented 3 months ago

Hi,

In file TSKPinningValidator_Private.h the import was removed #import "TrustKit.h", witch cause error when build, because the types are now unknown.

Thanks.