shazron opened a new pull request #332: CB-12830 - cordova emulate ios with --target throws undefined error URL: https://github.com/apache/cordova-ios/pull/332 ### Platforms affected self ### What does this PR do? Fixes a `Error: Cannot read property 'name' of undefined` error when doing an emulate when a target includes a runtime specifier. ### What testing has been done on this change? 1. Created a new project. 2. Did a `cordova emulate ios --target='iPhone-6s, 10.3'` (pass) 3. Did a `cordova emulate ios --target='iPhone-6s'` (pass) 4. Did a `cordova emulate ios` (pass) ### Checklist - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [X] Added automated test coverage as appropriate for this change. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
