[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347483#comment-15347483
 ] 

ASF GitHub Bot commented on CB-11401:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/231
  
I believe this was only a problem with 4.1.1 and below. Please try with 
4.2.0, just released today. 
I arrived at a similar fix: https://issues.apache.org/jira/browse/CB-11401 
but it was already fixed in 4.2.0 using other means.


> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
> $ xcodebuild -version
> Xcode 7.3
> Build version 7D175
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-20 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340392#comment-15340392
 ] 

Shazron Abdullah commented on CB-11401:
---

Strangely the fix now fails this create test: 
https://github.com/apache/cordova-ios/blob/1d3cfefe60639b7be986277ce1a068127a106ee2/tests/spec/create.spec.js#L77
 

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
> $ xcodebuild -version
> Xcode 7.3
> Build version 7D175
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-20 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340287#comment-15340287
 ] 

Shazron Abdullah commented on CB-11401:
---

Found a fix. On these lines:
1. 
https://github.com/apache/cordova-ios/blob/1d3cfefe60639b7be986277ce1a068127a106ee2/bin/templates/scripts/cordova/lib/build.js#L149
2. 
https://github.com/apache/cordova-ios/blob/1d3cfefe60639b7be986277ce1a068127a106ee2/bin/templates/scripts/cordova/lib/build.js#L160

Replace "projectname" with:
{code}
projectName.normalize('NFKC')
{code}

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
> $ xcodebuild -version
> Xcode 7.3
> Build version 7D175
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-20 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15340271#comment-15340271
 ] 

Shazron Abdullah commented on CB-11401:
---

Actually, it's Xcode's problem:
http://stackoverflow.com/questions/15142414/xcodebuild-target-name-with-umlaut

Not sure of the workaround yet, but the fix is an invocation of xcodebuild with 
the target flag *must* have the decomposite unicode version of the target 
parameter.

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
> $ xcodebuild -version
> Xcode 7.3
> Build version 7D175
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-12 Thread Yuuki Tada (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15326705#comment-15326705
 ] 

Yuuki Tada commented on CB-11401:
-

So, the shell might need to be fixed rather than the CLI?

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
> $ xcodebuild -version
> Xcode 7.3
> Build version 7D175
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325807#comment-15325807
 ] 

Shazron Abdullah commented on CB-11401:
---

AFAIK the build settings are the same in the create test scripts, and through 
the CLI (I debugged through it).
The only thing I can think of, is the shell invocation is not handling unicode 
names properly (see 
http://stackoverflow.com/questions/15142414/xcodebuild-target-name-with-umlaut)

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325804#comment-15325804
 ] 

Shazron Abdullah commented on CB-11401:
---

Double checked the target -- it does exist.

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325790#comment-15325790
 ] 

Shazron Abdullah commented on CB-11401:
---

Confirmed.
We have create tests that test this, but it didn't have step#3.


> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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