Recently the latest Quikkly iOS SDK 3.4.11 is out with Swift 5 and Xcode 12 Support (https://github.com/quikkly/ios-sdk/releases/tag/3.4.11), however when trying to build the app on Xcode 10.2.1, I'm hitting the build error Property 'value' cannot be found in forward class object 'QKScannable'
/Users/david/git/example/example/node_modules/react-native-quikkly/ios/QuikklyScanViewController.m:28:13: error: expected identifier
[result setObject:[NSNumber numberWithUnsignedLongLong:scannable.value].stringValue forKey:@"value"];
^
1 error generated.
It seems that something has changed in the framework and QKScannable class no longer has the value property.
Could you guys look into this issue, please?
Recently the latest Quikkly iOS SDK 3.4.11 is out with Swift 5 and Xcode 12 Support (https://github.com/quikkly/ios-sdk/releases/tag/3.4.11), however when trying to build the app on Xcode 10.2.1, I'm hitting the build error
Property 'value' cannot be found in forward class object 'QKScannable'It seems that something has changed in the framework and
QKScannableclass no longer has thevalueproperty.Could you guys look into this issue, please?