| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
When running app on an iOS 13.x device I get the following error: modifications-to-the-layout-engine-must-not-be-performed-from-a-background-thread. The same app with no modifications Works just fine on iOS 12.
This has to do with exportData.saveAndShare(base64Data, xlsFileName, gCurrentEventname, this.saveAndShareCallBack); Any information on how to resolve this would be appreciated.