You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by ryanwilliams83 <gi...@git.apache.org> on 2015/10/16 08:38:16 UTC

[GitHub] cordova-lib pull request: Ensure the iOS 'Resources/icons' and 'Re...

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-60@2x.png
    
    cp: copyFileSync: could not write to dest file (code=ENOENT):/Users/ryan/Documents/Projects/mobile/platforms/ios/Create/Resources/icons/icon-60@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-76@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-small@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-40@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/icon@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-72@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-50@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 <ry...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: Ensure the iOS 'Resources/icons' and 'Re...

Posted by ryanwilliams83 <gi...@git.apache.org>.
Github user ryanwilliams83 closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: Ensure the iOS 'Resources/icons' and 'Re...

Posted by dpogue <gi...@git.apache.org>.
Github user dpogue commented on the pull request:

    https://github.com/apache/cordova-lib/pull/323#issuecomment-148736992
  
    cordova-ios 4 uses xcassets instead of the Resources folder. cordova-lib was updated to handle that in 0c5bed6dd141cf1d1156e09a62dc048c49cd6f8e, but it hasn't been released yet.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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