-1

I have updated the xcode 8.3 version and started getting the warnings shown in the image. It is asking me to change the code by providing the default values in the string. But the problem is that there are so many places in which this warning is. So if any one know the proper solution for solving it without any changes in code. Please let me know. Any help will be appreciated.

enter image description here

Thanks

Nishant Bhindi
  • 2,242
  • 8
  • 21

1 Answers1

-1

Try to use the the Fix All in Scope option in the Editor menu.

Fix All in Scope

Image source: https://stackoverflow.com/a/34571527/1283228

I'm not sure if it can fix all the errors and warnings in the project at once, but you should be able to fix all warnings in a file.