Saturday, 2 November 2019

Xcode Display Name and Danish Characters causes Xcode to fail

I'm developing an app with Swift + Spritekit with the project name as simple as "learningApp".

A good step and several hours into the development my team decided to name the app (with danish letters) "Lær Toner" (which in English means to learn tones).

However, when doing so - the entire project fails in Xcode. The .swift and .sks scene-files are not able to communicate and the console outputs this message:

2019-10-31 00:09:47.549357+0100 Lær Toner[18206:292858] Unable to load custom class 'LaunchScreen' from module '(null)'

Just to be clear, here's images:

enter image description here

enter image description here

So if I change the name to "Learn Tones" there are no issues at all and the app works as intended. As soon as I change it back to "Lær Toner" and run the app the console outputs the message above.

I tried to change it via "Build Settings" also - I also tried to reboot Xcode, clean the build folder, but nothing have helped so far.

I can see in the Danish App store that multiple applications have Danish letters like Æ, Ø and Å in the name, so that leads to think it's (hopefully) a minor thing I've missed.

I've searched the world wide web till the end, but I have not found anything close to a solution to this issue.

If anyone has any input, or knows how to deal with this, I'd be a happy developer.

Thanks in advance.



from Xcode Display Name and Danish Characters causes Xcode to fail

No comments:

Post a Comment