[TIMOB-26494] iOS: Cannot debug generated project anymore due to bootstrapping
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 7.5.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Unknown |
| Created | 2018-10-28T16:41:29.000+0000 |
| Updated | 2020-01-30T22:03:40.000+0000 |
Description
I used to debug native Titanium modules by opening the generated project an dragging in the app.js which will then be interpreted in Xcode where I can use the native LLDB debugger to set breakpoints and test + compile extremely fast.
Since TIMOB-26015, this is not possible anymore. It complains about a "ti.main.js" file which cannot be referenced from a normal project.
I would like to propose something here: Fix up the resource linking of the generated Xcode project, so it can be ran like every other Xcode project.
No comments