Posts

Post not yet marked as solved
1 Replies
546 Views
Hello, in iOS I used to unlock a PDF with PDFDocument.unlock() than save to a file with write(to:) or view in a WKWebView taking data with dataRepresentation(). This worked quite fine from iOS 11.x to 13.x; now in iOS 14.0 both write and dataRepresentation results in a still locked PDF. I searched around but found nothing in release notes related to this; is this a bug?
Posted
by 3nigm4.
Last updated
.
Post not yet marked as solved
0 Replies
420 Views
Hello,I moved to Xcode 11 and having an issue: deploying to a device with no NFC support, crash the app start up not founding CoreNFC framework.The same project worked fine with Xcode 10.I currently resolved including CoreNFC framework with optional flag but I thing there's a problem with Xcode 11 SDK.
Posted
by 3nigm4.
Last updated
.