[TIMOB-14150] iOS: ti.cloud not found when running the app in Xcode with iOS < 6.1
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-06-11T20:41:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | triage |
Reporter | Davide Cassenti |
Assignee | Ingo Muschenetz |
Created | 2013-06-07T07:46:05.000+0000 |
Updated | 2017-03-21T22:01:13.000+0000 |
Description
Problem description
When trying to build a project using Xcode, if the target is iPhone v6.0 and below, the build fails as ti.cloud is not found.
Steps to reproduce
1) Include ti.cloud in tiapp.xml
2) Just require it in app.js
3) Build for iPhone Simulator
4) Open the project in Xcode and build choosing iPhone 6.0 or below
The expected result would be a running app, but instead the following error is raised:
[ERROR] Script Error Couldn't find module: ti.cloud
Same code works fine using iPhone 6.1 in Xcode
Attachments
File | Date | Size |
xcode.log | 2013-06-11T16:16:11.000+0000 | 697 |
Customer ticket: http://support-admin.appcelerator.com/display/26406
[~dcassenti] Which version of the SDK are you using?
Using SDK 3.1.0
[~dcassenti] Can you please attach a iOS build log with trace-level logging enabled?
Xcode build log
[~dcassenti] could you try this again with 3.1.1 i was doing all this with mac os x 10.8.3 and various versions of xcode with TiSDK 3.1.1. I believe a recent fix to CLI in 3.1.1 and master might have resolved this issue.
Closing ticket as the issue cannot be reproduced and due to the above comments.