Solved 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.

xcodewarnings.jpg

Thanks in advance for help!

Cheers,
Frank

www.frankwilleke.de
Only asking personal code questions here.

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 answer :)

Cheers
Manuel.

MAXON SDK Specialist

MAXON Registered Developer

hi,

this will be fixed with a futur release of the project tools.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

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

www.frankwilleke.de
Only asking personal code questions here.

@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

MAXON SDK Specialist

MAXON Registered Developer

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?

www.frankwilleke.de
Only asking personal code questions here.

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

MAXON SDK Specialist

MAXON Registered Developer

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!

www.frankwilleke.de
Only asking personal code questions here.

The updated version of the projecttool is available at this link.

Thank you!

www.frankwilleke.de
Only asking personal code questions here.