rskrthk opened a new issue, #1562:
URL: https://github.com/apache/cordova-ios/issues/1562

   ## Issue Description
   After upgrading from Cordova iOS 7.1.0 to 7.1.1, the plugin 
`cordova-plugin-wkwebview-file-xhr`
   fails to register. At runtime I get:
   
   ERROR: Plugin 'CDVWKWebViewFileXhr' not found, or is not a CDVPlugin
   
   This used to work fine on Cordova iOS 7.1.0.
   
   ## Steps to Reproduce
   1. Create a new Cordova project.
   2. Add platform: `cordova platform add [email protected]`
   3. Add plugins:
      - `cordova-plugin-wkwebview-file-xhr`
      - (other default plugins like device, splashscreen, whitelist, etc.)
   4. Build and run on iOS.
   5. Observe runtime logs.
   
   ## Expected Result
   - `CDVWKWebViewFileXhr` should be found and registered as a valid CDVPlugin.
   - XHR/fetch to local files should work inside WKWebView.
   
   ## Actual Result
   - App crashes with error:
   
   ERROR: Plugin 'CDVWKWebViewFileXhr' not found, or is not a CDVPlugin
   
   - The plugin is installed (appears in `cordova plugin list` and exists under 
`platforms/ios/Plugins`)
   
   ## Environment
   - Cordova CLI: 12.0.0
   - Cordova iOS: 7.1.1 (works fine on 7.1.0)
   - Xcode: 16.4
   - Salesforce Mobile SDK: 13.0.2 (hybrid app)
   
   ## Additional Notes
   - Same configuration works in Cordova iOS 7.1.0.
   - Issue appears only after moving to 7.1.1.
   - Possibly related to plugin mapping/registration changes in 7.1.1.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to