Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12843] CLI: iOS build errors when trying to build with invalid native module

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-03-05T00:46:28.000+0000
Affected Version/sRelease 3.0.2
Fix Version/sRelease 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05
ComponentsCLI
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2013-02-25T04:09:51.000+0000
Updated2017-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:

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

Comments

  1. Chris Barber 2013-02-25

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3904
  2. Lee Morris 2017-03-13

    Closing ticket as fixed.

JSON Source