XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.75k stars 294 forks source link

Fix SMS Enter Digit Code Crash on some localizations #428

Closed ElonPark closed 9 months ago

ElonPark commented 11 months ago

Bug

close #427

Crash when selecting a phone number to receive an SMS verification code Languages where crashes occurred: ko, hi, tr

Crash Causes

When using localized strings, a crash occurs if you are passing numbers and strings as arguments and the order of the numbers and strings is not correct.

Solution

Specify the order of the arguments in the localization string

MattKiazyk commented 9 months ago

Thanks @ElonPark !