Johannes Plunien

Results 61 comments of Johannes Plunien

Hey Vincent, we were not using the `install!` command of `simctl` at all, so we never ran into this issue. From a first glance at your crash log and the...

I just pushed some changes (7e33c03b347a8c25830575cac6c75fd481e5be88) to master that might help you: ```ruby @device.launch @device.wait(90) {|d| d.state == :booted && d.ready? } @device.install(@app_path) ``` The `90` here is not the...

> If you're not using the install! command, how are you installing your app on the simulators? Sorry, I completely missed this question! We're using pxctest on our CI.

You're welcome - I hope it resolves your issues. Enjoy your vacation :)!

We're currently also investigating some issues when rendering `UITextView` on Xcode 14 / iOS 16. In the recorded image, the part where `UITextView` should be, is just white. It only...

Thanks for putting all this work together @johnhammerlund. I have just updated to your branch and it works fine using multiple destinations on Xcode 9.1. However I do get some...

Is this issue about asserting not only invocations, but also invocations in a particular order?

We're currently using a fork that completely disables offscreen rendering. Downsides: We got some extra space on some views now, because of the safe area inset that is not ignored/worked...

It's definitely not just a bug in the beta, we're on 14.0.1 and we're still facing this issue.