Description
When requiring a native module with liveview enabled it will error on startup with the below, Android does not error on startup however.
[ERROR] TypeError: originalRequire is not a function. (In 'originalRequire(moduleId)', 'originalRequire' is undefined)
[ERROR] File: app.js
[ERROR] Line: 7728
[ERROR] SourceId: undefined
[ERROR] Backtrace:
[ERROR] undefined
Description
1. Build kitchensink-v2 to iOS with liveview enabled
Actual
Errors with above error on startup
Expected
Does not error
This can also be reprod by adding a native require to a classic app instead of using KS if you want a faster feedback loop
https://github.com/appcelerator/liveview/pull/215
* master: https://github.com/appcelerator/titanium_mobile/pull/12562 * 10_0_X: https://github.com/appcelerator/titanium_mobile/pull/12564
FR Passed. Waiting for Jenkins build
merged to master and 10_0_X for 10.0.0 target.