Swift compiler error Value of optional type 'CAPBridgeProtocol?' must be unwrapped to refer to member 'getWebView' of wrapped base type 'CAPBridgeProtocol' #5
Hi,
I just installed this plugin for ios capacitor, but I had an error in the file node_modules/capacitor-plugin-ios-swipe-back/ios/Plugin/Plugin.swift
I had to do the following patch to make it working, is it a bug?
Also by default it's running the build with IOS 11, but for capacitor the minimum version accepted is IOS 12 so I also had to change this parameter.
Hi, I just installed this plugin for ios capacitor, but I had an error in the file node_modules/capacitor-plugin-ios-swipe-back/ios/Plugin/Plugin.swift
I had to do the following patch to make it working, is it a bug?
Also by default it's running the build with IOS 11, but for capacitor the minimum version accepted is IOS 12 so I also had to change this parameter.
Thanks