Skip to content

Example doesn't build on Xcode 10.2.1 #4

Description

@yuweipei

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions