[TIMOB-18617] iOS Debugger: Studio hangs with Ti SDK 4.0.0.XXX
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-02-26T17:15:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | iOS |
Labels | qe-4.0.0 |
Reporter | Pedro Enrique |
Assignee | Pedro Enrique |
Created | 2015-02-25T21:24:49.000+0000 |
Updated | 2015-03-05T23:07:57.000+0000 |
Description
Debugging an app in Titanium master (SDK 4.0.0.xxx) does not work from Studio. The app never launches.
PR: https://github.com/appcelerator/titanium_mobile/pull/6665 To test: 1. Pull from master and scons for iphone 2. Copy the titanium version folder (found inside the generated zip file) to the titanium sdk path 3. Open Studio and "debug" a hello world app with that sdks version ----- at this point the app should hang with a black screen on the simulator before running 4. Pull from the PR and repeat the steps 1 through 3 ---- the debugger should not make studio hang anymore
PR merged
Verified fixed, using: Titanium SDK 4.0.0.v20150303161012 Studio 4.0.0.201502171827 CLI 3.4.2-rc4 Xcode 6.2b5 I am able to debug my project with above SDK.