diff --git a/ios/App/App/FolderPicker.swift b/ios/App/App/FolderPicker.swift index eb219fdb4..cec2ddf2f 100644 --- a/ios/App/App/FolderPicker.swift +++ b/ios/App/App/FolderPicker.swift @@ -47,7 +47,7 @@ public class FolderPicker: CAPPlugin, UIDocumentPickerDelegate { } self._call?.resolve([ - "path": items.first + "path": items.first as Any ]) } }