尝试运行应用程序时出现以下错误:
[ERROR] TiExceptionHandler: (main) [37,37] ----- Titanium
Javascript Runtime Error -----
[ERROR] TiExceptionHandler: (main) [0,37] - In ti:/module.js:303,2
[ERROR] TiExceptionHandler: (main) [1,38] - Message: Uncaught Error: Requested module not found: ti.cloud
[ERROR] TiExceptionHandler: (main) [0,38] - Source: throw new Error('Requested module not found: ' + request); // TODO Set 'code' property to 'MODULE_NOT_FOUND' to match Node?
[ERROR] V8Exception: Exception occurred at ti:/module.js:303: Uncaught Error: Requested module not found: ti.cloud
我的commonjs文件夹中有ti.cloud,所以我不确定为什么它找不到它。