bitrise-steplib / steps-xcode-archive

Xcode Archive for iOS step
MIT License
65 stars 55 forks source link

Special character encoding issues #352

Open halldorlogi opened 2 months ago

halldorlogi commented 2 months ago

Troubleshooting

Issue description

When exporting a Flutter iOS app, if the name of the app has special characters (We are an Icelandic firm), for example: ð - ó - í - é - á the encoding of the app name will fail.

Examples: App name: Lísa Export result:

image

App name: Löður Export result:

image

App name: Happið Export result:

image

When we use the "Export iOS and tvOS Xcode archive" step, this behaviour does not occur.