Jerry Marino

Results 75 comments of Jerry Marino

I was also running into this issue at a fairly consistent rate and isolated the issue to `com.apple.CoreSimulator.CoreSimulatorService`. It seems to deadlock under the following scenarios: - many concurrent `simctl`...

I stumbled across this thread when digging into related issues. IMO the issue "simulator is flaky" demonstrates the core of it: this rule fails for hundreds of reasons but there...

Awesome, thanks for posting up the example - I'll have to take a look at it. We've also had some rules_ios PRs to dice up the methods / enable sharding...

This may be an issue with the way swift is setup to handle implicit imports. At the moment, swift support can definitely use some work and has low coverage. Would...

@joprice I like idea of emitting the status code of downloads in errors 👍

I came across this issue and seemed to be having the same problem with a test using symbols in a test host `.app` that aren't used in the main app....

Hey @thii - I'm not sure what a good solution here is. We didn't want to couple the toolchain requirements of P2B to the source repo, so we've moved towards...

Would love to see this 👍 . The current status of using the keychain can introduce a lot of real world issues, when attempting to manage it out of band....

There are also examples of where glob patterns are broken due to child build files: e.g. ``` # Vendor/React/React-Core.podspec 'RCTTextHeaders' => 'Libraries/Text/**/*.h', ``` While we currently are sticking a build...

Hey @joprice - thanks for filling this! You're right, it doesn't automatically run the `prepare_command`. The tradeoff is made for reproducibility and security reasons. The current convention is to run...