dpogue commented on issue #1106:
URL: https://github.com/apache/cordova-ios/issues/1106#issuecomment-2294797294

   I'm not able to reproduce this with cordova-ios 7.1.1:
   
   ```
   $ npx cordova platform add ios
   
   Using cordova-fetch for cordova-ios
   Adding ios project...
   Creating Cordova project for the iOS platform:
        Path: platforms/ios
        Package: io.cordova.hellocordova
        Name: HelloCordova
   iOS project created with cordova-ios@7.1.1
   Source path does not exist: nonexistent.png
   ```
   
   with the following in config.xml:
   ```xml
       <platform name="ios">
           <icon src="nonexistent.png" width="1024" height="1024" />
       </platform>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to