[ad_1]
Right this moment after I utilizing fastlane v2.206.2 command bundle exec fastlane beta to construct the ios app in github actions, exhibits error like this:
The next construct instructions failed:
CodeSign /Customers/runner/Library/Developer/Xcode/DerivedData/Runner-gzzbtgmsqethlzedjqlbspydxjjv/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/InstallationBuildProductsLocation/Purposes/Runner.app/Frameworks/StoreKit.framework (in goal 'Runner' from venture 'Runner')
(1 failure)
[10:45:29]: Exit standing: 65
[10:45:30]:
I’ve tried to improve the xcode model and fastlane model, nonetheless didn’t mounted this. downside. why would this occur? what ought to I do to keep away from this downside? That is the github motion code snippnet:
- identify: Deploy to TestFlight/PGY
run: |
cd ./ios
bundle exec fastlane beta
env:
FLUTTER_ROOT: ${{ secrets and techniques.FLUTTER_ROOT }}
APPLE_ID: ${{ secrets and techniques.APPLE_ID }}
GIT_URL: ${{ secrets and techniques.GIT_URL }}
PGY_USER_KEY: ${{ secrets and techniques.PGY_USER_KEY }}
PGY_API_KEY: ${{ secrets and techniques.PGY_API_KEY }}
TEAM_ID: ${{ secrets and techniques.TEAM_ID }}
ITC_TEAM_ID: ${{ secrets and techniques.ITC_TEAM_ID }}
FASTLANE_USER: ${{ secrets and techniques.FASTLANE_USER }}
FASTLANE_PASSWORD: ${{ secrets and techniques.FASTLANE_PASSWORD }}
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets and techniques.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
FASTLANE_SESSION: ${{ secrets and techniques.FASTLANE_SESSION }}
MATCH_PASSWORD: ${{ secrets and techniques.MATCH_PASSWORD }}
MATCH_KEYCHAIN_NAME: ${{ secrets and techniques.MATCH_KEYCHAIN_NAME }}
MATCH_KEYCHAIN_PASSWORD: ${{ secrets and techniques.MATCH_KEYCHAIN_PASSWORD }}
DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS: ${{ secrets and techniques.DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS }}
[ad_2]
