{ "id": "92555", "key": "TIMOB-9312", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-11-27T22:31:52.000+0000", "created": "2012-05-30T13:14:54.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core", "look1" ], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" } ], "issuelinks": [ { "id": "19835", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "99062", "key": "TIMOB-10413", "fields": { "summary": "iOS: iPad Simulator: Mountain Lion: Xcode 4.4: simulator screen size cuts off top of apps", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "20375", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "100099", "key": "TISTUD-2175", "fields": { "summary": "Preferences: iPad Simulator: add simulator size run configuration setting", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T22:06:33.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": "Credit to iotashan (Shannon Hicks) for finding this issue.\r\n\r\nAs of May 2012, Mountain Lion (with Xcode 4.4) breaks how we do builds. It's likely they've moved paths around again, or possibly even have changed or removed xcode command line options.\r\n\r\nOne issue that hasn't arrived yet is that our code (and assuming TISTUD as well) is not codesigned, which may cause issues in Mountain Lion.\r\n\r\nWe need to code sign the platform binaries for Mountain Lion.", "attachment": [], "flagged": false, "summary": "iOS: Support needed for Mountain Lion/Xcode 4.4", "creator": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "196653", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "Looks like a temporary bug. https://devforums.apple.com/message/662314", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-05-30T18:11:42.000+0000", "updated": "2012-05-30T18:11:42.000+0000" }, { "id": "196694", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "Downgrading to something other than Xcode 4.4 DP5 resolves the error messages. This probably needs to stay open so that code signing can happen.", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-05-31T09:35:01.000+0000", "updated": "2012-05-31T09:35:01.000+0000" }, { "id": "209993", "author": { "name": "ygbr", "key": "ygbr", "displayName": "Ygor Lemos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Getting the following message on builds:\r\n\r\nBuild error after upgrade --- dyld: DYLD_ environment variables being ignored\r\n\r\nalthough it seems to run fine, at least on simulator...\r\n\r\nThere is a public thread on it already:\r\n\r\nhttp://developer.appcelerator.com/question/140164/build-error-after-upgrade-----dyld-dyld-environment-variables-being-ignored#answer-243895\r\n\r\n", "updateAuthor": { "name": "ygbr", "key": "ygbr", "displayName": "Ygor Lemos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-07-26T17:25:18.000+0000", "updated": "2012-07-26T17:25:18.000+0000" }, { "id": "210913", "author": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "body": "It also looks like it's not seeing anymore the distribution certificates, so it's no more possible to publish on the AppStore using Mountain Lion and Xcode 4.4 without using the workaround which consists of simply using Xcode to build and deploy, which, for Titanium Mobile project, is never recommended and also fails quite often due to some linker errors and signing errors (packaging operation failed).", "updateAuthor": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "created": "2012-07-31T19:22:02.000+0000", "updated": "2012-07-31T19:22:02.000+0000" }, { "id": "210915", "author": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "body": "Quick suggestion: I think you guys should enroll in the Mac Developer program to get access to early releases from Apple so you can fix this kind of situation before it gets critical for us Titanium developers and customers. Anyway, thanks for the frequent updates lately! :)", "updateAuthor": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "created": "2012-07-31T19:25:03.000+0000", "updated": "2012-07-31T19:25:03.000+0000" }, { "id": "210919", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "Roger,\r\n\r\nI can confirm that the problem is on your end. I'm having no issues publishing to iOS with OS X 10.8 & Xcode 4.4 using either the Ad-hoc/Enterprise or iTunes Store publish options. My guess is you didn't do one of the following:\r\n\r\n1. Used xcode-select to set your default Xcode instance.\r\n2. Downloaded the command-line tools in Xcode.", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-07-31T20:14:43.000+0000", "updated": "2012-07-31T20:14:43.000+0000" }, { "id": "210963", "author": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "body": "Shannon,\r\n\r\nThe command-line tools are installed, I used xcode-select to set my default Xcode, I regenerated all my certificates and provisioning profiles, still it doesn't show the distribution certificates, but instead it shows the development certificates. If you have any idea why that would be much appreciated :)", "updateAuthor": { "name": "rogmabi", "key": "rogmabi", "displayName": "Roger Mabillard", "active": true, "timeZone": "America/Montreal" }, "created": "2012-08-01T05:14:44.000+0000", "updated": "2012-08-01T05:14:44.000+0000" }, { "id": "210966", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "I'm showing both my adhoc and distribution profiles. I would delete all the profiles & certificates from Xcode & Keychain Manager, and start over.\r\n\r\nDon't forget that you not only need the certificates, but the private key too.\r\n\r\nI would open a support request for help, since the problem you're having doesn't appear to be a bug", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-08-01T06:38:18.000+0000", "updated": "2012-08-01T06:39:05.000+0000" }, { "id": "211429", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "-There is also an iOS build to device error:-\r\n\r\n{code}\r\n[INFO] Performing clean build\r\n[INFO] Installing application in iTunes ... one moment\r\n[DEBUG] executing command: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication /Users/dhyde/Desktop/TISTUD-STABLE-2.1.1/titanium_studio_workspace/MyProject/build/iphone/build/Debug-iphoneos/MyProject.app\r\n/Users/dhyde/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/itunes_sync.scpt: execution error: iTunes got an error: every source doesn’t understand the count message. (-1708)\r\n[INFO] iTunes sync initiated\r\n{code}\r\n\r\nTitanium Studio: 2.1.1\r\nTitanium SDK: 2.1.1.GA\r\nOS: Mountain Lion\r\nXcode: 4.4\r\niTunes: 10\r\n\r\n*Note: I could not reproduce this error, and it was most likely caused by running iTunes for the first time and having to sign the agreement.*", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-03T13:55:41.000+0000", "updated": "2012-08-12T18:08:06.000+0000" }, { "id": "211431", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Running app in iphone simulator exits the simulator automatically.\r\n\r\nGetting the following in the console :\r\n\r\n{code}\r\n[INFO] iPhone SDK version: 5.1\r\n[INFO] iPhone simulated device: iphone\r\n[INFO] Launching application in Simulator\r\ndyld: Library not loaded: @rpath/DevToolsFoundation.framework/Versions/A/DevToolsFoundation\r\n Referenced from: /Volumes/Lion/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient\r\n Reason: image not found\r\ndyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements\r\n[INFO] Launched application in Simulator (13.53 seconds)\r\n[INFO] Application has exited from Simulator\r\n{code}\r\n\r\nTitanium Studio: 2.1.1\r\nTitanium SDK: 2.1.1.GA\r\nOS: Mountain Lion\r\nXcode: 4.4\r\niTunes: 10", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-08-03T14:05:31.000+0000", "updated": "2012-08-03T14:05:31.000+0000" }, { "id": "213025", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Additional information:\r\n- It seems that Xcode is now setting xcode-select. Although we were not looking for this at the time we started testing, we have discovered that the app is setting when you first launch. \r\n- Xcode/app store is seeing cross-partition and updating on Lion when Xcode is installed there in Mountain Lion/Lion dual partition configurations.\r\n", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-06T16:03:32.000+0000", "updated": "2012-08-06T16:04:58.000+0000" }, { "id": "213955", "author": { "name": "onllm", "key": "onllm", "displayName": "james an", "active": true, "timeZone": "America/Los_Angeles" }, "body": "so any progress on this? I am seeing the exact same bug after upgrading", "updateAuthor": { "name": "onllm", "key": "onllm", "displayName": "james an", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-12T01:31:26.000+0000", "updated": "2012-08-12T01:31:26.000+0000" }, { "id": "213995", "author": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I solve \"dyld: DYLD_ environment\" error by change MYSDKVERSION/iphone/builder.py\r\n\r\ni insert \"os.unsetenv('DYLD_FRAMEWORK_PATH')\" before \"# activate the simulator window\"\r\n\r\nand this erro gone.\r\n\r\nnow i running ok on simulator, but my studio can't encounter my mobileprovisions, and now i unable to package.", "updateAuthor": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-13T07:39:22.000+0000", "updated": "2012-08-13T07:39:22.000+0000" }, { "id": "214270", "author": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi, i discovery the error with provisioning, Apple replace in Mountain Lion the OpenSSL for a common SSL (/usr/local/ssl), and this cause error in provisioner.py on line \"from OpenSSL import crypto\" on SDK version 2.2.x.\r\n\r\nIf use 2.1.1GA, it works the provisioner. Titanium studio don't show my provisioning, but if i Browser it every time, it's compile.\r\n\r\n", "updateAuthor": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-14T00:46:03.000+0000", "updated": "2012-08-14T00:46:03.000+0000" }, { "id": "217341", "author": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi All,\r\n I solve my Certificates error:\r\n\r\n In my 10.8.1, remove my python 2.7.3 from .bash_profile, now it's run on 2.7.2.\r\n This solve my error on provisioner.py on line \"from OpenSSL import crypto\".\r\n\r\n Then i delete on my titanium studio workspace the \".log\" file on \".metadata\" folder.\r\n This make my provisioning's show on studio.\r\n\r\nNow i can compile with SDK 2.1.2GA and Mountain Lion 10.8.1 and Xcode 4.4.1", "updateAuthor": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-03T10:49:56.000+0000", "updated": "2012-09-03T10:50:18.000+0000" }, { "id": "413269", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T22:06:33.000+0000", "updated": "2017-03-16T22:06:33.000+0000" } ], "maxResults": 16, "total": 16, "startAt": 0 } } }