[TIMOB-19278] Error during app launch when build using iOS sdk < 9.0 on iOS device < 9.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-07-30T01:55:19.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-5.0.0, regression |
Reporter | Satyam Sekhri |
Assignee | Chee Kiat Ng |
Created | 2015-07-29T07:49:36.000+0000 |
Updated | 2015-07-30T22:42:10.000+0000 |
Description
This is a regression as the issue does not occur on 4.1.0.GA
Error shown on app launch on an iOS device < 9.0 version and when built using iOS sdk < 9.0
Steps to Reproduce:
1. Create a new titanium project using "appc new"
2. Run the project on iOS device < 9.0 using the command "appc run -p iOS -T device -I 8.4"
3. Launch the app upon install
Actual Result
On app launch the following error is shown
[ERROR] Script Error Couldn't find module: ti.cloud for architecture: armv7
Cannot ascertain the issue on iOS 9 device or when build with iOS 9 sdk as it is blocked by TIMOB-19268 and CLI-748