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
What are the versions of any relevant development tools you are using?
Xcode 11.4.1
Swift Language Version: Swift 5
Report
What unexpected behaviour are you seeing?
When compiling, Xcode raises deprecation warnings: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
What is the expected behaviour?
A warning free framework.
What are the steps to reproduce the unexpected behaviour?
Build any code using Xcode 11.4.1 with Airbrake v4.2.8 installed with Cocoapods
The text was updated successfully, but these errors were encountered:
Preliminary Info
What version of Airbrake are you using?
Installed version 4.2.8 using Cocoapods.
What are the versions of any relevant development tools you are using?
Xcode 11.4.1
Swift Language Version: Swift 5
Report
What unexpected behaviour are you seeing?
When compiling, Xcode raises deprecation warnings:
'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
What is the expected behaviour?
A warning free framework.
What are the steps to reproduce the unexpected behaviour?
Build any code using Xcode 11.4.1 with Airbrake v4.2.8 installed with Cocoapods
The text was updated successfully, but these errors were encountered: