tburnt

Results 7 comments of tburnt

> I get the same error in my project. > @tburnt Did you find a solution to work around the problem? nope I am still burning my candles with this...

I found out that if you do not put the container tag within a nativebaseprovider tag this will cause that error EG /*Before declaring the class */ const config =...

> Could you also share more details about this behavior? What do you mean by "file is not read"? Is an error thrown in the code that you're catching? Does...

Originally this is what I did ```swift let url = urls[0] let filePath = url.path guard url.startAccessingSecurityScopedResource() else { print("failed accessing security scope") return } defer { url.stopAccessingSecurityScopedResource() } guard...

> url.startAccessingSecurityScopedResource()

Same here using func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) if I converted urls.first!.path it does not read the xlsx document I tried the both XLSXFile(filepath: ) XLSX(data: ) But...

Hello thanks for the fast response I tried #160 as well however I had no luck in opening the excel file