GitHub user knight9999 opened a pull request: https://github.com/apache/cordova-ios/pull/231
Fix Macos Japanese Filename Problem. (Change NFD projectName to NFC t⦠This request fixes the NFC / NFD problem. (Filename String for Mac) In Mac, The filename is treated as NFD. However, the target name in xcode is treated as NFC. Therefore, cordova build fails when we use the specific Japanese name for project title. (For example, cordova create ãµã³ãã« com.example.sample ãµã³ãã« cordova platform add ios cordova build ==> Fail. Because the ãµã³ãã« in NFC is different from and ãµã³ãã« in NFD.) You can merge this pull request into a Git repository by running: $ git pull https://github.com/knight9999/cordova-ios fix_macos_Japanese_filename_problem Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/231.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #231 ---- commit fa63fad4562ed2219235b0b863b8f1f9c6c8d6fc Author: Kenichi Naito <fine14r...@gmail.com> Date: 2016-06-24T00:10:29Z Fix Macos Japanese Filename Problem. (Change NFD projectName to NFC targetName) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org