Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Release 3.0.2
-
Fix Version/s: Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05
-
Component/s: CLI
-
Labels:None
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:
- Create an app
- Add an "iphone" module to the tiapp.xml
- Go to the module's directory and rename the whatever.a file to whatever.a.bak
- Build the app for iOS