[TIMOB-27088] iOS: Linking test application and the module projects gives error
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 8.0.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Vijay Singh |
| Assignee | Unknown |
| Created | 2019-05-17T23:48:29.000+0000 |
| Updated | 2019-05-19T15:55:02.000+0000 |
Description
Debugging the iOS module using Xcode as explained https://wiki.appcelerator.org/display/guides2/iOS+Module+Project#iOSModuleProject-Testthemodule is broken. It is giving error 'ti.main.js file not found' .
I think this is a duplicate of TIMOB-26807. Workaround:
Build for device (appc run -T device) and then open the Xcode project
Add a new run script phase with the contents mentioned in the linked ticket.