[AC-3327] Couldn`t find module "ti.cloud"
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-03-10T06:13:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | n/a |
Reporter | Aditya Jawa |
Assignee | Ritu Agrawal |
Created | 2014-03-05T13:17:23.000+0000 |
Updated | 2016-03-08T07:57:45.000+0000 |
Description
I created a very basic app which requires login using facebook. I also included the 'ti.cloud' module when creating the app.
When the app starts it goes to web browser to get facebook permission in web browser and when it returns to app then it throws this error : "Couldn`t find module 'ti.cloud' " in the simulator but not in console.
"ti.cloud" shows in tiapp.xml , still it throws an error.
Aditya - We need your environment information ( Titanium SDK + Studio version + CLI version) and your OSX information. Also, we need your sample test case as we were not able to reproduce this issue. To use the ti.cloud module, you need to enable the cloud services. Please provide the requested information and we would be happy to look into this.
Titanium SDK : 3.2.1 Studio Version : build: 3.2.1.201402041146 OS X version : 10.9.2 and I did enable the cloud services. I don`t get the error in first run of the application i.e. 1. Application opens 2. I click on the button "login it to facebook" 3. it take me to web browser to get permissions. 4. after getting permission it returns back to application , then is when i get the error in the simulator but not on the console.
Please provide a simple and runnable test case as we have not been able to reproduce this issue.
problem resolved!