0

I am using PSPDFKit in one of my applications and recently I have updated its version using cocoa-pods

I have observed some number of errors after upgrading PSPDF kit to the latest version.

The xCode version I am using is 6.4.

Some of errors are: While importing PSPDFKit its showing an error as "Could not build module PSPDFKit"

and the other errors shown in the image. Please suggest.

sKhan
  • 9,694
  • 16
  • 55
  • 53
Sudha
  • 51
  • 5

1 Answers1

0

I'm the head of PSPDFKit.

Please check out our Version Support Guide, which explains that for PSPDFKit 5.x, you need Xcode 7.x (the latest version, so 7.2 currently).

The biggest reason here is that we've invested a lot of time to make our headers better interoperable with Swift, using the new Generics and Nullability additions that came with Xcode 7. This is also very useful if you still use Objective-C.

Heads up: We don't monitor StackOverflow for support but have our own platform to ask questions, please use https://pspdfkit.com/support/request in the future. Thanks!

steipete
  • 7,581
  • 5
  • 47
  • 81