You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've sent a PR that avoids the build failure, but the plugin won't work, plugins that rely on CDVViewController won't work because Capacitor uses CAPBridgeViewController instead.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
npx cap doctor
output:Latest Dependencies:
@capacitor/cli: 1.3.0
@capacitor/core: 1.3.0
@capacitor/android: 1.3.0
@capacitor/ios: 1.3.0
Installed Dependencies:
@capacitor/cli 1.3.0
@capacitor/android 1.3.0
@capacitor/core 1.3.0
@capacitor/ios 1.3.0
Affected Platform(s)
Current Behavior
Throwing the compilation errors on iOS:
Property 'webview' not found on object of type 'CDViewController *' SwrvePlugin.m
Expected Behavior
Runs without compilation errors
Sample Code or Sample Application Repo
I don't have the sample code but the this link is probably a point of failure (https://github.com/ionic-team/capacitor/blob/master/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.m)
Reproduction Steps
Other Technical Details
npm --version
output:node --version
output:pod --version
output (iOS issues only):Other Information
The text was updated successfully, but these errors were encountered: