Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Names conflcts in iOS11 #75

Closed
Neogene opened this issue Nov 17, 2017 · 1 comment
Closed

Names conflcts in iOS11 #75

Neogene opened this issue Nov 17, 2017 · 1 comment

Comments

@Neogene
Copy link

Neogene commented Nov 17, 2017

PDFDocument is now an official iOS 11 class, so using this project for conditional code to display in iOS<11 pdf documents isn't working, any clue to use both? (ps: using into an obj-c project)

@ranunez
Copy link
Collaborator

ranunez commented Nov 21, 2017

The naming conflict is for a class in PDFKit (the native replacement for this library that is iOS 11 only). To avoid naming conflicts with this class, use proper namespacing or don't import PDFKit

@ranunez ranunez closed this as completed Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants