Ewan Harris

Results 113 comments of Ewan Harris

Still need to add support for specifying columns on generation

@Sean-Brown-Digi, we've been trying to tune the time we wait before we error out with `Unable to discover app`. If it works for you with the simulator launched already then...

The `_stack` error looks to be coming from some issue with `remotedebug-ios-webkit-adapter`/`ios-webkit-debug-proxy` erroring during startup. I've split that out to #161. @Sean-Brown-Digi from my testing I'm able to debug KitchenSink-v2...

@Brianggalvez What version of the titanium CLI are you using? Based on the stacktrace, the specific command that failed was `ti sdk list --releases --output json` so it might be...

It's possible there's some startup error hiding in the trust prompt. Are you able to run `ti info` from your terminal and build your app ok from the terminal `ti...

@jormagar have you seen this since? It looks like a lot of the slowness is coming in from us requiring modules as we startup, I think the recommendation there is...

@patakijv Out of interest what version of the SDK do you have selected (check using `ti sdk`) and in the project you had open? The extension parses the supported version...

@newportsolutionsgroup I'm not sure I'm understanding "This doesn't give me the opportunity to specify which APP in the keystore I am using.", the information used/saved for a keystore is the...

From what I'm seeing. this looks to work fine on Android, but fails on iOS. I think it's failing somewhere in remotedebug-ios-webkit-adapter (the translation layer we use to go from...

@jason919 Could you please provide a reproducible test case? Without one, this bug report is a timesink for us to figure out how many attributes "many attributes" is.