[TIMOB-14151] Code Processor cannot recognize modules for iPad
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-07T22:20:19.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | qe-3.1.1, qe-closed-3.1.1 |
Reporter | Olga Romero |
Assignee | Bryan Hughes |
Created | 2013-06-07T18:01:23.000+0000 |
Updated | 2014-06-19T12:44:20.000+0000 |
Description
When project is analyzed using iPad as selected platform, code processor cannot recognize modules "com.appcelerator.apm" and "com.soasta.touchtest".
There is no issue using iPhone as selected platform, although the modules are the same for both iPhone and iPad.
Test steps:
1. Create Titanium Project with all common deployment targets.
2. Project Context Menu > Code Analysis > Run Selected Platforms.
Actual result:
The module "com.appcelerator.apm" could not be found
The module "com.soasta.touchtest" could not be found
although these moduls are visible in tiapp.xml overview
Attachments
PR: https://github.com/appcelerator/titanium-code-processor/pull/220 1_0_X PR: https://github.com/appcelerator/titanium-code-processor/pull/221
Testing note: needs to be created via Appcelerator Studio. In the tiapp.xml editor, make sure that Appcelerator Services are enabled and that the two modules mentioned above are included.
Tested and verified fix with: Appcelerator Studio, build: 3.1.1.201306071750 Titanium SDK, build: 3.1.1.v20130609163050 code-processor-1.0.1-cr4 NO errors