Xcode warnings about internationalization and language
-
Hi,
I'm sure this has been asked before somewhere, but is there a way to suppress all these nonsense warnings? I remember I had been getting them earlier before, and somehow managed to suppress them. Now, after updating to Xcode 12.3, they're back, they're many, they're persistent, and they're annoying.
Thanks in advance for help!
Cheers,
Frank -
hi,
while you can click each warning to enabling and migrating, i didn't found a solution to update all project at once. (in xcode at least)
I've asked our tech team if you can safely migrate and enable that option and if they can come with a new kernel_app.
I will be back with the answerCheers
Manuel. -
hi,
this will be fixed with a futur release of the project tools.
Cheers,
Manuel -
Thanks, that's nice to know!
So, if it can be fixed in the Project Tool, it can also be fixed in the project files I already have. Do you know what I'd have to change?
Cheers,
Frank -
@fwilleke80 said in Xcode warnings about internationalization and language:
So, if it can be fixed in the Project Tool, it can also be fixed in the project files I already have. Do you know what I'd have to change?
As i said, i didn't found any solution to update all the projects at once inside Xcode. You need to update them one by one.
But you can also do it for one project and make a difference between two xcode project (.xcodeproj) and create a script to modify the files. That could maybe work.
Cheers,
Manuel -
Of course, I’d have to do it one by one.
But I don’t know what to do. How do I make it go away? -
hi,
@m_magalhaes said in Xcode warnings about internationalization and language:
while you can click each warning to enabling and migrating,
When you click the warning itself, it should ask you to enable the option of Base Internationalization and if you click the other one, it should ask you to Migrate the project.
Isn't that the case ?Cheers,
Manuel -
Oh, ok
I didn’t know if it’s ok to migrate, and simple didn’t try... the whole time I was looking for a way to suppress the warnings
Erm, thanks!
-
The updated version of the projecttool is available at
this link
[URL-REMOVED].
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
Thank you!