yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
280 stars 135 forks source link

action always uses latest version of fastlane which is not compatible #73

Open mkranus opened 2 years ago

mkranus commented 2 years ago

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?

dion-gionet commented 2 years ago

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 commented 2 years ago

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