cordova-ios icon indicating copy to clipboard operation
cordova-ios copied to clipboard

Config.xml name with non latin chars make build to fail

Open crazyserver opened this issue 2 years ago • 0 comments

Bug Report

Problem

Using non latin chars on config.xml on widget > name: ie Академия каббалы make build to fail. The project and all folders will be named that way and then xcode returns this error:

** ARCHIVE FAILED **

The following build commands failed: Ld /Users/travis/Library/Developer/Xcode/DerivedData/Академия_каббалы-hcomrxjqhzhqgbggoehucwvlpvgj/Build/Intermediates.noindex/ArchiveIntermediates/Академия\ каббалы/InstallationBuildProductsLocation/Applications/Академия\ каббалы.app/Академия\ каббалы normal (in target 'Академия каббалы' from project 'Академия каббалы')

(1 failure)

xcodebuild: Command failed with exit code 65

What is expected to happen?

Build to be successful

What does actually happen?

Build failed. A workarround is to use Latin chars on the name and specify a new display name, but this will make the android app to use the latin name.

NON LATIN here ...

Information

Use Академия каббалы as name of the project.

Command or Code

cordova build ios

Environment, Platform, Device

iOS

Version information

[email protected] [email protected]

Checklist

  • [x] I searched for existing GitHub issues
  • [x] I updated all Cordova tooling to most recent version
  • [x] I included all the necessary information above

crazyserver avatar Oct 05 '22 09:10 crazyserver