-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#42711Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
To reproduce the deprecation warning
- Go to local build root folder, typically located one level up of the engine directory. Then change the
ios_deployment_targetto 17.0: https://github.com/flutter/buildroot/blob/master/build/config/ios/ios_sdk.gni#L19 - Add -Wdeprecated-declarations and -Wdeprecated-implementations in flutter_clags_objc https://github.com/flutter/engine/blob/main/common/config.gni#L60
- Build the local engine like you normally would.
List of deprecated APIs
'UIAccessibilityVoiceOverStatusChanged' is deprecated: first deprecated in iOS 11.0 [-Werror,-Wdeprecated-declarations]
Flutter does not support iOS versions below 11.0, we can safely replace this with UIAccessibilityVoiceOverStatusDidChangeNotification
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically