[TIMOB-8292] iOS: require commonJS case sensitive on device not in simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-19T20:53:16.000+0000 |
Affected Version/s | Release 2.0.0, Release 2.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | commonjs, require |
Reporter | Wienke |
Assignee | Eric Merriman |
Created | 2012-03-17T14:03:51.000+0000 |
Updated | 2017-07-19T20:53:16.000+0000 |
Description
I came across an edge case which I think should really be fixed. By mistake I mistype the module which I wanted to include with the require function. The typo was a lowercase character instead of a uppercase character. Everything worked fine in the simulator but when I ran it on an iPad or iPhone the app crashed. After several hours of trail and error debugging by coincidence I saw the problem.
The expected result should in my opinion that the code should break also in the simulator.
Tested with 2.0.1GA2 on an iPhone 3GS running iOS5, issue still reproducible.
Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.