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

Aaron Moman commented on CB-4502:
---------------------------------

I ran into what I thought was the issue, but may only be a related issue.

Here's what I ran into:
$ cordova create c30 com.example.c30 c30
$ cd c30/
$ cordova platform add ios
$ cordova build
$ cordova plugin add 
https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
$ cordova build

build fails (same failure, failed to copy CDVDevice.*)

I've tried this with several different project names and they all fail. It 
looks like the build, plugin add, build sequence is broken.

As for the "starts with x" problem. I did some experiments and it fails on 
other cases too:
x - fails
xF - fails
Xf - works
yF - fails
Yf - works
Ab - works
aB - works
xB - fails
zF - fails
lF - works
mF - works
nF - works

So it looks like a leading x, y, and z aren't working.

                
> Create an app whose name starts with "x", and add one plugin, then build 
> failed
> -------------------------------------------------------------------------------
>
>                 Key: CB-4502
>                 URL: https://issues.apache.org/jira/browse/CB-4502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.0.0
>            Reporter: lmnbeyond
>            Assignee: Steve Gill
>
> I ran the following commands:
>  
>     $ cordova create xFactor com.example.xFactor xFactor
>     $ cd xFactor/
>     $ cordova platform add ios
>     $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
>     $ cordova build
> And I got the messages as follows:
> clang: error: no such file or directory: 
> '/somepath/xFactor/platforms/ios/xFactor/Plugins/org.apache.cordova.core.device/CDVDevice.m'
> clang: error: no input files
> ** BUILD FAILED **

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to