[TIMOB-24030] iOS: Cannot build with touchtest 2.0 with development deploy type
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-18T02:50:30.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0 |
Components | iOS |
Labels | qe-6.0.0 |
Reporter | Eric Wieber |
Assignee | Chee Kiat Ng |
Created | 2016-10-13T16:55:48.000+0000 |
Updated | 2017-02-16T17:59:16.000+0000 |
Description
I am unable to build any project that use Touchtest module 2.0 with a development deploy type:
[WARN] : Could not find a valid Titanium module id=com.soasta.touchtest version=2.0 platform=iphone deploy-type=development
[ERROR] : Found incompatible Titanium Modules:
[ERROR] : id: com.soasta.touchtest version: 2.0 platform: ios,iphone min sdk: 6.0.0
*Steps to reproduce issue*
1. Ensure you have com.appcelerator.test plugin version 8244.293.2 installed (get it from preprod)
2. Create a new project and enable test
3. Build that project for iOS
*Expected Results*
The project builds and runs normally
*Actual Results*
The above error is encountered
*Notes*
If I change the deploy-type for the module to be anything but development, the project will build.
Attachments
File | Date | Size |
---|---|---|
build log.txt | 2016-10-14T05:20:54.000+0000 | 7008 |
[~ewieber] I can't reproduce this. Here's my env: com.appcelerator.test plugin 8244.293.2 Touchtest module 2.0 MacOS 10.12 (16A323) Ti SDK 6.0.0.v20161013072802 Appc NPM 4.2.8-2 Appc CLI 6.0.0-58 Alloy 1.9.3 Xcode 8.0 (8A218a)
I am seeing this issue for IOS. Just build the app for IOS simulator/device & you will see it. Environment: Appc Studio : 4.8.0.201610060953 Ti SDK : 6.0.0.v20161013072802 Ti CLI : 5.0.10 Alloy : 1.9.3 MAC El Capitan : 10.11.6 Appc NPM : 4.2.8-7 Appc CLI : 6.0.0-58 Node: 4.6.0 com.appcelerator.test plugin: 8244.293.2
Kindly test again with https://github.com/appcelerator/make_app_touch_testable/releases/tag/v2.0.1.beta before I put on preproduction. [~ewieber]
PR HERE: https://github.com/appcelerator/make_app_touch_testable/pull/3
[~cng] Using the version you posted, above, I am able to build. Once it is on preprod, I will download it fresh and enable/build a new project
Verified fixed, using: MacOS 10.12 (16A323) Studio 4.8.0.201610171310 Ti SDK 6.0.0.v20161018112023 Appc NPM 4.2.8-9 Appc CLI 6.0.0-61 Alloy 1.9.3 Xcode 8.0 (8A218a) TouchTest plugin 8244.293.2 I am able to successfully build using the TouchTest module/plugin from preproduction.
Is this going to be back ported to 5.x? If not, how do we use SOASTA with 5.x projects?