{ "id": "164535", "key": "AC-4613", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2016-11-17T14:41:46.000+0000", "created": "2016-11-15T05:34:10.000+0000", "labels": [ "feedback" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-11-17T14:41:46.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "h3. There is an error when i change sdk to 6.0.0 GA. it still working on 5.1.1 GA.\n\n", "attachment": [ { "id": "60716", "filename": "manifest", "author": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "created": "2016-11-17T01:03:17.000+0000", "size": 463, "mimeType": "text/html" }, { "id": "60702", "filename": "Screen Shot 2016-11-15 at 12.32.14.png", "author": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "created": "2016-11-15T05:34:13.000+0000", "size": 16528, "mimeType": "image/png" } ], "flagged": false, "summary": "incompatible Titanium Modules 6.0.0 GA", "creator": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "subtasks": [], "reporter": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "environment": "Appcelerator Studio 4.8.0", "comment": { "comments": [ { "id": "400999", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~iblack.dum] Did you create or download those modules? I couldn't find them in our marketplace. Can you please paste the TRACE level log output?", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-15T20:06:54.000+0000", "updated": "2016-11-15T20:06:54.000+0000" }, { "id": "401109", "author": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "body": "i created by myself and i already changed sdk to 6.0.0GA.", "updateAuthor": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "created": "2016-11-16T07:04:12.000+0000", "updated": "2016-11-16T07:04:12.000+0000" }, { "id": "401200", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Again, please attach the TRACE level log output. Can you also please verify the {{apiversion}} in each of your module's {{manifest}} files?", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-16T15:36:24.000+0000", "updated": "2016-11-16T15:36:24.000+0000" }, { "id": "401202", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Also, how are you building your modules? Are you building them from Studio or from the CLI? If you're building them from the CLI, are you using the {{build.py}} or are you calling {{appc run -p -ios --build-only}}", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-16T17:30:32.000+0000", "updated": "2016-11-16T17:30:32.000+0000" }, { "id": "401320", "author": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "body": "Here is manifest file.\r\n[^manifest]\r\nand i used ./build.py in each project to build module.", "updateAuthor": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "created": "2016-11-17T01:08:16.000+0000", "updated": "2016-11-17T01:10:22.000+0000" }, { "id": "401331", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~iblack.dum] You're module is out-of-date and no longer compatible with Titanium. In Titanium SDK 6.0.0 we added apiversion validation. iOS is on apiversion 2 and yours is apiversion 1. You must update your module to the latest apiversion and APIs as well as use the Appc CLI to build your module.\r\n\r\nWe unfortunately do not have a migration tool, however the upgrade shouldn't be too difficult. First, start by creating a new module project by running {{appc new}} and selecting new Titanium Module. After creating a new project, {{cd /iphone}} and run {{appc run -p ios --build-only}}. Make sure things build.\r\n\r\nThen copy your module source and resources over into the new module project and rebuild. There maybe a few hiccups, but it should work.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-17T03:49:26.000+0000", "updated": "2016-11-17T03:49:26.000+0000" }, { "id": "401334", "author": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "body": "Thank you. \r\nThat means i have to recreate all modules if i change to use 6.0.0 GA. Am i right?\r\n", "updateAuthor": { "name": "iblack.dum", "key": "iblack.dum", "displayName": "Sathaphorn Kerdmalai", "active": true, "timeZone": "Asia/Bangkok" }, "created": "2016-11-17T05:03:27.000+0000", "updated": "2016-11-17T05:03:27.000+0000" }, { "id": "401355", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "You only need to update the iOS modules with apiversion 1 or stick with Titanium 5.5.1.GA.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-17T14:40:37.000+0000", "updated": "2016-11-17T14:40:37.000+0000" }, { "id": "401356", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Resolving as invalid since iOS modules built for apiversion 1 are indeed not compatible with Titanium SDK 6.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-11-17T14:41:46.000+0000", "updated": "2016-11-17T14:41:46.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }