[TIMOB-12843] CLI: iOS build errors when trying to build with invalid native module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-05T00:46:28.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05 |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-02-25T04:09:51.000+0000 |
Updated | 2017-03-13T18:40:58.000+0000 |
Description
If you build for iOS and use a native "iphone" module that exists, but is missing the library file, the build errors while trying to show the error message. Plus the library file is being hashed before the check that it even exists.
Expected result:
* Should say the module is missing the library file
Actual result:
* The variable libFile is undefined
To test:
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3904
Closing ticket as fixed.