[TIMOB-3406] Problems with custome modules loading
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2011-09-08T08:05:15.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Sprint 2011-36 |
| Components | iOS |
| Labels | n/a |
| Reporter | albertomarcone |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T03:43:53.000+0000 |
| Updated | 2017-03-29T16:16:23.000+0000 |
Description
I upgraded to 1.7.0 continuous build (https://github.com/appcelerator/titanium_mobile/commit/42d21873eda3eb8076b61c38ce69d4d5bb4de53b">https://github.com/appcelerator/titanium_mobile/commit/42d21873eda3...) and I can't load modules anymore (And this happens even with 1.6.x)
[INFO] One moment, building ... [INFO] Titanium SDK version: 1.7.0 [INFO] iPhone Device family: ipad [INFO] iPhone SDK version: 4.2 [INFO] iPhone simulated device: ipad [INFO] Performing full rebuild. This will take a little bit. Hold tight...
If I switch to any previous versions, the modules work
[INFO] One moment, building ... [INFO] Detected third-party module: ti.paint/0.1 [INFO] Titanium SDK version: 1.5.1 [INFO] iPhone Device family: ipad [INFO] iPhone SDK version: 4.2 [INFO] Performing full rebuild. This will take a little bit. Hold tight...
Otherwise I get this error:
[ERROR] Script Error = Couldn't find
module: ti.paint.
Updating the SDK solved the issue.
Closing with reference to the above comments.