GitHub user ryanwilliams83 opened a pull request:

    https://github.com/apache/cordova-lib/pull/323

    Ensure the iOS 'Resources/icons' and 'Resources/splash' dirs exist.

    Fixes the following problem.
    
    Ryans-Mac:mobile ryan$ cordova platform add 
https://github.com/apache/cordova-ios.git
    LOG  : git cloning: https://github.com/apache/cordova-ios.git
    LOG  : Repository "https://github.com/apache/cordova-ios.git"; checked out 
to git ref "master".
    LOG  : Adding ios project...
    iOS project created with cordova-ios@4.0.0-dev
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-60.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@3x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-76.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-small.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-sm...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-40.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/i...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-72.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-50.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon...@2x.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default~iphone.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default@2x~iphone.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-Portrait~ipad.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-Portrait@2x~ipad.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-Landscape~ipad.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-Landscape@2x~ipad.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-568h@2x~iphone.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-667h.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-736h.png
    
    cp: copyFileSync: could not write to dest file 
(code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/splash/Default-Landscape-736h.png
    
    LOG  : Installing "cordova-plugin-camera" for ios

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ryanwilliams83/cordova-lib master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/323.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #323
    
----
commit 4032be45632f8ff065caed8c71c6c6bf349b777d
Author: Ryan <ryan@ryans-mac.local>
Date:   2015-10-16T06:29:05Z

    Ensure the iOS 'Resources/icons' and 'Resources/splash' dirs exist.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to