erisu commented on issue #1264:
URL: https://github.com/apache/cordova-ios/issues/1264#issuecomment-1986794070

   It appears that Xcode might having issues with non-latin chars for directory 
paths. Maybe the path is not properly quoted.
   
   But there is solutions for supporting of non-latin chars.
   
   Before installing the platform or rechecking out the platform, add the 
following to config.xml
   
   ```xml
   <name short="Академия каббалы">cordovaTestProject</name>
   ```
   
   The name tag should already exist and should contain latin based chars. What 
you will be adding is the "short" attribute and this will contain the non-latin 
chars. This attribute should be used as the application's display name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to