ios-build-action
ios-build-action copied to clipboard
action always uses latest version of fastlane which is not compatible
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?
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
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