Good Tuesday morning, I hope everyone is having a blast in WWDC20 Online so far. Downloaded latest Xcode 12.0, tried compiling my software. Everything seems peachy, but importing PDFKit on macOS specifically seems to break.
In documentation, there is no mention of removal, so I assume it's an omission or something that changed?
Cheers
Michel
No such module 'PDFKit'
In documentation, there is no mention of removal, so I assume it's an omission or something that changed?
Cheers
Michel
Code Block swift #if os(macOS) import PDFKit ...
No such module 'PDFKit'