Skip to content

flutter/engine 'stringWithCString` is deprecated in iOS 2.0 #128736

@cyanglaz

Description

@cyanglaz

'stringWithCString:' is deprecated: first deprecated in iOS 2.0 - Use +stringWithCString:encoding: instead [-Werror,-Wdeprecated-declarations]
NSString* format = [NSString stringWithCString:screenshot.format.c_str()];

This is trivil to fix by replacing it with +stringWithCString:encoding:

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions