Mike Gerasymenko

Results 37 comments of Mike Gerasymenko

I have same issue, I think it is iOS5-specific problem because we can reproduce it only on iOS5. This method just does not called by connection :(

What we figured out is only fix available is to implement custom NSProtocol over CF http implementation. Tough task.

@kwridan thanks so much for the reply. This sounds reasonable, adding support for `xcconfig` resolution might be too big of a feature for a GitHub issue :) Would it make...

Hey @Pierce-Evan , thanks for the suggestion, to be honest, I was not aware of `-only-testing` flag, I think it is indeed quite a valuable addition. With a small help...

So, with #8 it is possible to achieve it. This PR is necessary to support excluding non-testing targets. xcodebuild is complaining when it is asked to test non-test targets. ```...

@evandcoleman if you have an idea, would be great. Otherwise, please point in the right direction so I can investigate the issue myself.

Hey, good point, let me check what can be done to achieve this.

@ashutosh-dhse with the new option -c it's possible to pass in the changed files as a list: https://github.com/mikeger/XcodeSelectiveTesting/pull/39 See https://github.com/mikeger/XcodeSelectiveTesting/issues/37

Hey @ichoosetoaccept , I see it as well with the latest compiler, let me make a hotfix.