Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5936] iOS: Application crash on launch on iOS device pre iOS version 4.0 due to module case-sensitvity

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-22T17:48:28.000+0000
Affected Version/sRelease 1.7.5
Fix Version/sn/a
ComponentsiOS
Labelscrash, iPad, module
ReporterMichael Pettiford
AssigneeIngo Muschenetz
Created2011-11-01T13:18:21.000+0000
Updated2017-03-16T22:02:42.000+0000

Description

Step to reproduce: 1. Create an iphone sub-directory in your Titanium>modules directory (i.e. ~/Library/Application Support/Titanium/modules/iphone) 2. create an app with ti.urbanairship module by adding urbanAirship module which can be found here http://support.appcelerator.com/kb/66/tickets , into the iphone sub-directory you just created. 3. Paste the code below into tiapp.xml *note, you may need to change the version number* ti.urbanAirship 2. Test once with module name as ti.urbanairship (fail case) 3. Test once with module named as ti.urbanAirship (pass case) 4. Run on iOS device with OS version less than 4.0 Actual Result: App crashes on launch Expected Result: App should launch and tab group should be displayed. **Note that this iOS version will not be supported in 1.8.0

Attachments

FileDateSize
TiVerifyBad_2011-11-01-133435_Jeff-Haynies-iPad.crash2011-11-01T13:18:21.000+00001397

Comments

  1. Chris Barber 2016-08-22

    Won't fix. Module names are case sensitive by design.
  2. Lee Morris 2017-03-16

    Closing ticket as the issue will not fix.

JSON Source