Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
OSx 10.7.4, Cordova 3.0.4
Description
> 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.
Attachments
Issue Links
- duplicates
-
CB-5328 .gitignore from cordova-ios excludes `platforms/cordova/build` file
- Closed