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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Xcode 9.3 with iOS 11.3
Getting four ARC Semantic issues error in SQLiteConnectionNative.m
IOSByteArray *sql = [sqlString getBytesWithEncoding:NSUTF16StringEncoding];
Error : No visible @interface for 'NSString' declares the selector 'getBytesWithEncoding:'
return [NSString stringWithCharacters:chars];
Error : No known class method for selector 'stringWithCharacters:'
Please help me on this.