cordova-plugin-advanced-http icon indicating copy to clipboard operation
cordova-plugin-advanced-http copied to clipboard

[Bug] [ios] Support for cordova-ios 8

Open Delagen opened this issue 1 month ago • 1 comments

Describe the bug

https://apache.github.io/cordova-ios/documentation/cordova/upgrading-8/?language=objc

System info

  • affected HTTP plugin version: latest
  • affected platform(s) and version(s): any
  • affected device(s): any
  • cordova version: 13
  • cordova platform version(s): ios 8.0

Are you using ionic-native-wrapper? no

Delagen avatar Nov 28 '25 13:11 Delagen

to fix de problem add the missing import for ios-cordova 8.0.0:

#import <Cordova/CDVViewController.h>

willicom2000 avatar Dec 03 '25 10:12 willicom2000