MarioC3 opened a new issue #440: URL: https://github.com/apache/cordova-plugin-file/issues/440
# Bug Report ## Problem ### What is expected to happen? The file plugin is installed and works as expected. ### What does actually happen? Whenever I try to run the app on my emulator or my device, the app gets stuck. When I check the safari developer. tools, the console logs a warning that the file plugin is not installed (but it is installed), and of course my app fails because I use that plugin. The plugin works correctly on iOS 13 and iOS 12, but it stopped working on iOS 14. The plugin also works correctly on Android.  ### Command or Code Running the app in Xcode Emulator. ### Environment, Platform, Device iOS version 14. The plugin seems to be recognized correctly on iOS 13. ### Version information ``` Ionic: Ionic CLI : 6.12.2 (/Users/marioacarlos/.nvm/versions/node/v12.16.2/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.4.4 @angular-devkit/build-angular : 0.901.12 @angular-devkit/schematics : 10.0.0 @angular/cli : 9.1.12 @ionic/angular-toolkit : 2.3.3 Cordova: Cordova CLI : 10.0.0 Cordova Platforms : android 9.0.0, ios 6.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 19 other plugins) Utility: cordova-res (update available: 0.15.2) : 0.14.0 native-run (update available: 1.2.2) : 1.0.0 System: Android SDK Tools : 26.1.1 (/Users/marioacarlos/Library/Android/sdk) ios-deploy : 1.10.0 ios-sim : ios-sim/9.0.0 darwin-x64 node-v12.16.2 NodeJS : v12.16.2 (/Users/marioacarlos/.nvm/versions/node/v12.16.2/bin/node) npm : 6.14.8 OS : macOS Big Sur Xcode : Xcode 12.2 Build version 12B45b ``` ``` Cordova Plugins List: cordova-open-native-settings 1.5.2 "Native settings" cordova-plugin-app-version 0.1.9 "AppVersion" cordova-plugin-background-mode 0.7.3 "BackgroundMode" cordova-plugin-device 2.0.3 "Device" cordova-plugin-dialogs 2.0.2 "Notification" cordova-plugin-extended-device-information 2.2.0 "ExtendedDeviceInformation" cordova-plugin-file 6.0.2 "File" cordova-plugin-globalization 1.11.0 "Globalization" cordova-plugin-inappbrowser 4.0.0 "InAppBrowser" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview" cordova-plugin-media-capture 3.0.3 "Capture" cordova-plugin-media 5.0.3 "Media" cordova-plugin-nativeaudio 3.0.9 "Cordova Native Audio" cordova-plugin-network-information 2.0.2 "Network Information" cordova-plugin-speechrecognition 1.1.2 "Speech Recognition" cordova-plugin-splashscreen 6.0.0 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-whitelist 1.3.4 "Whitelist" cordova-sqlite-storage 5.1.0 "Cordova sqlite storage plugin - cordova-sqlite-storage plugin version" cordova.plugins.diagnostic 6.0.2 "Diagnostic" instabug-cordova 8.0.4 "instabug-cordova" ionic-plugin-deeplinks 1.0.20 "Ionic Deeplink Plugin" ``` ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
