Ian Magarzo

Results 8 comments of Ian Magarzo

I don't know if it's related but in my case I'm looking for generate the pair of keys throught the Mac OS console with `ssh-keygen -t rsa -f mykey -N...

Are you using M1/2/3 machines? This could be related to https://github.com/fastlane-community/xcov/issues/222

> Adding the duration as 500 seconds works for some random reason. It's a workaround :) > > Some reference: [#19072 (comment)](https://github.com/fastlane/fastlane/issues/19072#issuecomment-878253565) I confirm that changing "The token session duration"...

@BurhanMughal try to play with Heigh Attributes in StoryBoard. I had the same problem and I started to change the library classes related with collection view flow layout, but if...

I can see the same error when I run the command `bundle exec xcov -w {app}.xcworkspace -s {scheme} -o xcov_output` form an M1 machine. Nevertheless, this issue doesn't happen in...

@kishorepran, could you create a PR towards https://github.com/adamsousa/OHHTTPStubs/tree/xcode-14.3 with the CocoaPods files pending to set the min target to iOS 11?

> > Support for Xcode 16 was released in our fork: https://github.com/slidoapp/xcresulttool/releases/tag/v3.1.0 > > How do we use the fork @jozefizso? I can't see a GitHub Action called `slidoapp/xcresulttool` on...

> Found my problem deep on the internet. Github is rolling macos-latest from 14 to 15 from november to december, so sometime it works, sometime it is not. Set runs-on:...