How to disable Xcode warning “Enable Base Internationalization”?

This warning started to appear on Xcode 10 Beta 6 for my projects.


I understand why it appears, but still wish to disable it from appearing. Any way to do that?

Replies

The only solution I found is to:

- Create a dummy Xib

- Click on Localize on the right panel

- Select the xib when checking the box "Use base internationalization"

- Delete the dummy Xib


That way "base internationalization" is on and no more warning.

Thanks, but unfortunately this will not work for project that don't want base internationalization activated.

Still looking for a solution. I really hate this. 🙂 I like having zero warnings with my builds.