[
https://issues.apache.org/jira/browse/CB-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-5332.
----------------------------------
Resolution: Duplicate
Assignee: Shazron Abdullah
> .gitignore file line is "build", which excludes build shell script from git
> commit
> ----------------------------------------------------------------------------------
>
> Key: CB-5332
> URL: https://issues.apache.org/jira/browse/CB-5332
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 3.0.0
> Environment: OSx 10.7.4, Cordova 3.0.4
> Reporter: Dehru Cromer
> Assignee: Shazron Abdullah
> Labels: core
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> > cordova platform add ios
> This drops a .gitignore file here
> platforms/ios/.gitignore file which includes the line
> build
> but it needs to be changed to:
> build/
> Otherwise the actual shell script in the subdirectory
> platforms/ios/cordova/build is excluded from the commit and subsequent clones
> cannot run the cordova build ios command because it will complain that the
> cordova/build file doesn't exist. ( because it wasn't added to the git repo )
> It took me some time to figure out what happened to my build file and I
> finally found that .gitignore issue.
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)