We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Xcode 9.3 with iOS 11.3
Getting four ARC Semantic issues error in SQLiteConnectionNative.m
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.
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.