[TIMOB-27447] Hyperloop: Cannot create subclasses / delegates anymore (regression)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Hyperloop 4.0.3, Hyperloop 4.0.4 |
Fix Version/s | n/a |
Components | Hyperloop, iOS |
Labels | engSchedule |
Reporter | Hans Knöchel |
Assignee | Jan Vennemann |
Created | 2019-10-06T08:38:49.000+0000 |
Updated | 2019-10-14T20:54:23.000+0000 |
Description
We cannot create Hyperloop subclasses / delegates anymore. For a test-case, simply add the following line somewhere in your app.hs / index.js:
const test = Hyperloop.defineClass('MyDelegate', 'NSObject');
if will crash with:
[ERROR] Cannot find class with name: MyDelegate
[ERROR] Script Error {
[ERROR] column = 31;
[ERROR] description = "Cannot find class with name: MyDelegate";
[ERROR] line = 23;
[ERROR] message = "Cannot find class with name: MyDelegate";
[ERROR] name = ClassNotFound;
No comments