Closed BrettThurs10 closed 3 years ago
Console.log never makes it to log 'multi pdf doc finished')
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey there, I'm running into an issue with my app. I'm certain that I've isolated the issue to this, but I can't figure out where to go from here.
2020-05-11 14:15:09.196651-0500 MyApp[1304:47101] [Unknown process name] Failed to load /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
My PDF is created and placed, but then my app is terminated due to excessive Memory use in Xcode.
My device is plugged in and I'm running the app on the device, not the emulator. Any help would be appreciated.
My function: ` multiPdfDoc = async (options, count) => { let pdfContent; let pdfFileName; let pdfPage; let pdfOptions; const contentGroup = [];
};`