ios-build-action icon indicating copy to clipboard operation
ios-build-action copied to clipboard

action always uses latest version of fastlane which is not compatible

Open mkranus opened this issue 2 years ago • 2 comments

I am trying to run an IOS release but facing 2 error which see to come from the latest fastlane release:

https://github.com/fastlane/fastlane/issues/20173

https://github.com/fastlane/fastlane/issues/20172

Isn't it better to pin the fastlane version instead of grabbing the latest everytime?

mkranus avatar Apr 14 '22 11:04 mkranus

It doesn't seem to be an issue with the latest fastlane release, I've been having this issue on 2.182.0 even though it was working before yesterday

dion-gionet avatar Apr 14 '22 12:04 dion-gionet

Actually, you might want to try to regenerate you provisioning profiles as mentioned on https://github.com/fastlane/fastlane/issues/20172#issuecomment-1098706680 , it worked for us

dion-gionet avatar Apr 14 '22 14:04 dion-gionet