Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

SQLiteConnectionNative.m : getBytesWithEncoding and stringWithCharacters not exists in NSString  #282

@ghost

Description

Xcode 9.3 with iOS 11.3

Getting four ARC Semantic issues error in SQLiteConnectionNative.m

  1. Line No.: 166,285
    IOSByteArray *sql = [sqlString getBytesWithEncoding:NSUTF16StringEncoding];

Error : No visible @interface for 'NSString' declares the selector 'getBytesWithEncoding:'

  1. Line No.: 235, 535 :

return [NSString stringWithCharacters:chars];
Error : No known class method for selector 'stringWithCharacters:'

Please help me on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions