{ "id": "155948", "key": "AC-3406", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2016-04-05T18:32:22.000+0000", "created": "2016-03-24T12:46:54.000+0000", "labels": [ "feedback" ], "versions": [ { "id": "17038", "name": "Appcelerator Studio 4.5.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-04-05T18:32:22.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "h3. Hi,\n\nI am trying to build the app to my iphone, but the building process is stuck at 57%...\nI found a document here:\nhttps://archive.appcelerator.com/topic/302/unable-to-build-or-run-ios-simulator-stuck-in-launching-delegate-57\n\nBut there is no solution.\n\nI did the following too:\n- updated studio\n- updated xcode\n- updated iphone\n\nAny idea how to fix this?\n\nRegards\nBruno\n", "attachment": [], "flagged": false, "summary": "Stuck at 57%", "creator": { "name": "brunomandolesi", "key": "brunomandolesi", "displayName": "brunomandolesi", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "brunomandolesi", "key": "brunomandolesi", "displayName": "brunomandolesi", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "380612", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nPlease run the following command in the terminal.\r\n\r\nsudo rm -rf ~/.appcelerator\r\nsudo rm -rf ~/.titanium\r\nsudo npm uninstall -g titanium\r\nsudo npm uninstall -g appcelerator\r\nsudo npm install -g appcelerator\r\nappc use latest\r\nappc setup\r\n\r\nStart studio and try creating a new project try building it in your iOS device. Make sure your provisioning profile and certificates is configured for device build. Reply with your findings, Thanks.\r\n", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-03-24T16:05:02.000+0000", "updated": "2016-03-24T16:05:02.000+0000" }, { "id": "380676", "author": { "name": "brunomandolesi", "key": "brunomandolesi", "displayName": "brunomandolesi", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi Sharif,\r\n\r\nI followed all your terminal instructions.\r\nThat went fine and now I have 5.2.1 installed, but when building the app it gets stuck at *57%* as before.\r\n\r\nAny idea how to fix this?\r\n\r\nThanks!", "updateAuthor": { "name": "brunomandolesi", "key": "brunomandolesi", "displayName": "brunomandolesi", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-03-25T09:36:46.000+0000", "updated": "2016-03-25T09:36:46.000+0000" }, { "id": "380693", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hallo, Based on the community thread on the issue you posted, I found changing the password of your Appcelerator account seems to pass the stuck issue. Could you change your Appcelerator account password and try logging into the studio and try building again. \r\n\r\nIf that doesn't help, Try running a project in CLI. Run \"appc new\" and this will guide you to project creation. Now to run the project in iOS run \"appc run -p ios\". See what happens, This should work. \r\n\r\nIn any case please provide the following log as text file in this ticket. \r\n\r\nRun \"appc info trace\"\r\nGo to studio/help/studio/run diagnostic log. Attach the log in the ticket. \r\n\r\nReply with your findings, Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-03-25T14:45:17.000+0000", "updated": "2016-03-25T14:45:17.000+0000" }, { "id": "380960", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, From the log you attached it looks like you have an invalid/expired development certificate installed in your system. This could happen because Apple has changed their worldwide developer relations certificate (WWDR) and developers need to install the new WWDR certificate for app development. Now, You will be needing to create a new development certificate for iOS device development. Please do the following first. \r\n\r\n1. Delete the worldwide developer relations certificate (WWDR) installed in your keychain (If any). \r\n2. Delete the development certificate installed in your keychain (If any). \r\n\r\nNow, please follow the link http://docs.appcelerator.com/platform/latest/#!/guide/Deploying_to_iOS_devices for building app in iOS device. You will be needing to complete the following steps\r\n\r\n 1.Register with Apple's Developer program\r\n\r\n 2.Obtain a developer's certificate\r\n\r\n 3.Register your test devices\r\n\r\n 4.Create an App ID\r\n\r\n 5.Create and install a development provisioning profile\r\n\r\n 6.Build your app, embedding the profile within the app's bundle. This step takes care of installing to a locally-connected device as well. We will cover distributing your app to remote testers below as well.\r\n\r\nThe details regarding each step are in the link above. Please carefully follow each step. Feel free to reply if you face any problem following any step. \r\n\r\nRegards,\r\nSharif\r\n", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-03-29T17:08:24.000+0000", "updated": "2016-03-29T17:08:24.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }