classes deprecations

hi, i have a objc big project and now compiling i see:

'UIPopoverController' is deprecated: first deprecated in iOS 9.0

'UIAlertView' is deprecated: first deprecated in iOS 9.0

'sendSynchronousRequest:returningResponse:error:' is deprecated: first deprecated in iOS 9.0 -

how many times i have for solve all issues? over 1000 files in project

Replies

So is your question about the change to replace deprecated or how to do it automatically in all files ?

Unfortunately, I fear you will have to go through all your files. Hope this does not appear in 1000 files.
How many error messages do you get in Issues navigator panel ? That's a good estimates of how many changes to make.
for uialertview i can change automatically but for popoverview i need to change implementations... the issue is how many times have before apple block my new subtmit?