{ "id": "61394", "key": "TIMOB-762", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:35:51.000+0000", "created": "2011-04-15T02:35:50.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "iphone", "leopard", "osx", "simulator", "snow", "titanium", "xcode" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T21:21:56.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
I'm trying to get the iPhone simulator up and running for\nKitchenSink and various other apps, but I encounter the same\nproblem each time.
\nThe app appears to build and deploy, but each time it exits from\nthe simulator with:
\n[INFO] Application has exited from\nSimulator
\nIf I open the project up in Xcode it suggests I have duplicate\n'main' functions, if I go to the main.m in the \"Other Sources\"\ndirectory and comment out the code, this will allow me to deploy\nand run the app, but it is a huge inconvenience to do this each\ntime and publishing changes is a real fiddle (as it doesn't always\nseem to pick them up) - does anyone know why this is happening and\nwhat I can do to stop it happening?
\nI am on OSX 10.6.3, XCode 3.2.1, iPhone platform 3.1.3 and\nTitanium Developer 1.2.1 (have tried on earlier versions)
\nAll the apps work on the Android platform 2.0.1.
\nMany thanks in advance!
With no update and this not affecting others, closing this one,\nwith suggestion to contact support or use Q&A for support\nissues.