[jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-13013:
--

My apologies.  I have not been able to reproduce the problem in a Hello World 
App, even when I added all of the plugins that my App uses.  So, I am out of 
ideas on what is the cause of the problem.

I am sure that the -F was incorrectly formed for three of my custom 
plugins, when there was a space in the App name.  But, I do not know what other 
condition was necessary for this to happen.

I'm not sure what you want to do with bug request.

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary N Griswold updated CB-13013:
-
Comment: was deleted

(was: I will try to get something in GitHub in the next couple of days to look 
at.  I think the problem occurs when there is a custom framework in the plugin. 
 The following is one of the plugins that fail with this error.










)

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13018) cordova build failed for both android and ios

2017-07-16 Thread oscar peng (JIRA)

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

oscar peng commented on CB-13018:
-

Can any body help me? Thanks.

> cordova build failed for both android and ios
> -
>
> Key: CB-13018
> URL: https://issues.apache.org/jira/browse/CB-13018
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-android@5.2.2, 7.0.1
> Environment: (1)MacOS: 10.12.5
> (2)node: v8.1.4
> (3)cordova: 7.0.1
> (4)*cordova platform ls*
>   android 6.2.3
>   ios 4.4.0
>Reporter: oscar peng
>Assignee: Joe Bowser
>  Labels: starter
>
> Following http://cordova.apache.org/docs/en/latest/guide/cli/index.html, 
> Create your first Cordova app.
> h1. cordova requirements
>  - Requirements check results for android:
> Java JDK: installed 1.8.0
> Android SDK: installed true
> Android target: installed 
> android-26,android-25,android-24,android-N,android-23,Google Inc.:Google 
> APIs:23,android-22,android-21,android-20,android-19,android-18,android-17,android-16,android-15,android-14
> Gradle: installed /Applications/Android Studio 3.0 
> Preview.app/Contents/gradle/gradle-4.1-milestone-1/bin/gradle
>   -  Requirements check results for ios:
> Apple OS X: installed darwin
> Xcode: installed 8.3.3
> ios-deploy: not installed
> ios-deploy was not found. Please download, build and install version 1.9.0 or 
> greater from https://github.com/phonegap/ios-deploy into your path, or do 
> 'npm install -g ios-deploy'
> CocoaPods: installed
> Error: Some of requirements check failed
> h1. sudo npm install -g ios-deploy --unsafe-perm=true
> h1. cordova requirements
> Requirements check results for android:
> Java JDK: installed 1.8.0
> Android SDK: installed true
> Android target: installed 
> android-26,android-25,android-24,android-N,android-23,Google Inc.:Google 
> APIs:23,android-22,android-21,android-20,android-19,android-18,android-17,android-16,android-15,android-14
> Gradle: installed /Applications/Android Studio 3.0 
> Preview.app/Contents/gradle/gradle-4.1-milestone-1/bin/gradle
> Requirements check results for ios:
> Apple OS X: installed darwin
> Xcode: installed 8.3.3
> ios-deploy: installed 1.9.1
> CocoaPods: installed
> h1. cordova build (or cordova build android)
> ANDROID_HOME=/Users/open/Library/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home
> Error: spawn EACCES
> h1. cordova build ios
> ** BUILD FAILED **
> The following build commands failed:
>   PhaseScriptExecution Copy\ www\ directory 
> /Users/open/Library/Developer/Xcode/DerivedData/HelloWorld-fqxzydxnjuyjjobwofitkplrpyef/Build/Intermediates/HelloWorld.build/Debug-iphonesimulator/HelloWorld.build/Script-304B58A110DAC018002A0835.sh
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/open/NodeProjects/cordova-projects/hello/platforms/ios/cordova/build-debug.xcconfig,-workspace,HelloWorld.xcworkspace,-scheme,HelloWorld,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS
>  Simulator,name=iPhone 
> SE,build,CONFIGURATION_BUILD_DIR=/Users/open/NodeProjects/cordova-projects/hello/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/open/NodeProjects/cordova-projects/hello/platforms/ios/build/sharedpch



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12766) Cordova CLI changes package.json indentation

2017-07-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12766:
-

Github user G-Rath commented on the issue:

https://github.com/apache/cordova-lib/pull/558
  
@stevengill I really agree with @uloco - Not only for the reason of 
consistent, but because the constant removal of the last line is picked up by 
VCSs, which can be really annoying. 

While you've attached uloco's comment to CB-12810, I've noticed that it's 
been marked as fixed. 

Because of the way the new line removal effects VCSs, I'd consider this a 
bug (even if a minor one).

While I'm happy to (and normally would just) file a bug report, since 
you've already commented on it, and there is technically an issue already for 
it, can I leave it in your hands to make sure this gets considered?

Thanks :)


> Cordova CLI changes package.json indentation
> 
>
> Key: CB-12766
> URL: https://issues.apache.org/jira/browse/CB-12766
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-lib
>Affects Versions: 7.0.0
>Reporter: Remco Haszing
>Assignee: Kerri Shotts
>Priority: Minor
>  Labels: cordova-next, easy-fix
>
> While Cordova is busy adding platforms / plugins, it writes to package.json 
> several times. In this process the indentation of package.json alternates 
> between 2 and 4 spaces. The final result is an indentation of 4 spaces, which 
> conflicts with the indentation of 2 spaces that npm uses.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11414) Blocks of code on docs are being automatically translated

2017-07-16 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-11414:
---

http://cordova.apache.org/docs/es/7.x/guide/platforms/android/plugin.html#escribir-un-plugin-de-java-android

This is supposedly java code
{code}
@Override public boolean ejecutar (acción de las cuerdas, JSONArray args, 
CallbackContext callbackContext) lanza JSONException {si 
("beep".equals(action)) {this.beep(args.getLong(0));
callbackContext.success();
devuelve true;
} devolver false;  / / Devolver resultados falsos en un error de 
"MethodNotFound".
}
{code}

> Blocks of code on docs are being automatically translated
> -
>
> Key: CB-11414
> URL: https://issues.apache.org/jira/browse/CB-11414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: jcesarmobile
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12679) Remove Permissions section from cordova-plugin-statusbar docs

2017-07-16 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12679:
---

I assume that at some point the plugin.xml didn't include the code to copy this 
to the config.xml and had to be added manually, but now it's no longer 
necessary and there are a ton of apps with those useless lines of code

https://github.com/apache/cordova-plugin-statusbar/blob/master/plugin.xml#L60-L63

> Remove Permissions section from cordova-plugin-statusbar docs
> -
>
> Key: CB-12679
> URL: https://issues.apache.org/jira/browse/CB-12679
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: jcesarmobile
>  Labels: backlog, easyfix
>
> The permissions section of the cordova-plugin-statusbar doesn't make sense as 
> the feature tags are added on the platforms config.xml on plugin install
> https://github.com/apache/cordova-plugin-statusbar#permissions



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-13013:
--

I will try to get something in GitHub in the next couple of days to look at.  I 
think the problem occurs when there is a custom framework in the plugin.  The 
following is one of the plugins that fail with this error.












> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12985:
-

FYI: Wrong ticket ID in commit [~auso]. (No harm done of course)

> Change `InAppBrowser.open(url, target, options)` to get `options` as object, 
> not string
> ---
>
> Key: CB-12985
> URL: https://issues.apache.org/jira/browse/CB-12985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>
> `InAppBrowser.open(url, target, options)` currently expects `options` to be a 
> string, formatted in a special way (no spaces).
> It would be much easier to maintain this if `options` would be a plain 
> Javascript object.
> The yes|no values could be changed to true|false of course.
> (During this change all options should probably also be unified to use 
> camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12888:
-

Thanks for the explanation!

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-8396) Add AutoHideSplashScreen logic to Android's Splashscreen

2017-07-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8396:


Github user alanhg commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/74
  
@daserge 
I copy your commited file into plugin .
```





```
in index.js

```
 inAppBrowserRef = cordova.InAppBrowser.open(url, target, options);
inAppBrowserRef.addEventListener('loadstop', loadStopCallBack);
function loadStopCallBack() {
if (navigator.splashscreen) {
// clearInterval(intervalID);
// // We're done initializing, remove the splash screen
navigator.splashscreen.hide();
console.warn('Hiding splash screen');
}
}
```
when i run app,is not good.
why?


> Add AutoHideSplashScreen logic to Android's Splashscreen
> 
>
> Key: CB-8396
> URL: https://issues.apache.org/jira/browse/CB-8396
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-splashscreen
>Affects Versions: Master
> Environment: Android 5.0.1 emulator. 
>Reporter: Tom A
>  Labels: android
>
> In config.xml I've set:
> {code:title=config.xml|borderStyle=solid}
> `
> {code}
> This has no effect on the Android platform. Splash screen autohides after 3 
> seconds (the default SplashScreenDelay).
> Tested on Android 5.0.1.
> If I look at the code here 
> [https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/android/SplashScreen.java]
>  I'd expect to see something like this somewhere: 
> {code:title=SplashScreen.java|borderStyle=solid}
> preferences.getBoolean("AutoHideSplashScreen", false);
> {code}
> Maybe this has something to do with it?
> If you need any more info, please let me know.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-13013:
---

{code}
-F
  Add the specified directory to the search path for framework 
include files.
{code}

we have unit tests that test for spaces in app names, so I'm a bit confused 
where exactly this happens. Do you have a repro that I can see, with a new 
blank project?

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-13013:
--
Labels: backlog ios-next  (was: )

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-13013:
--
Fix Version/s: (was: Master)
   cordova-ios@4.4.1

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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