Patrick Reuter

Results 14 comments of Patrick Reuter

Is this on somebodies roadmap? While everything seems to work through the exit code this little red message at the end of my integration tests really bothers me (I rely...

> Every time I run my app in the simulator to test or in the app this Sign in window appears. Is this window from the sanbox? > > ![aaa](https://user-images.githubusercontent.com/21266037/143662096-3c6b80b4-df35-41cd-b5fb-1bd27c6b5953.jpg)...

@didiergarcia In case you are still looking for a solution or anybody else googling around, this did the trick for me: https://stackoverflow.com/a/43764913/5315089 ``` post_install do |installer| files = Dir.glob("*.xcodeproj") proj_file...