Skip to content

Commit b752dba

Browse files
YumNummcursoragent
andcommitted
fix: automatic signingの競合を解消
- CODE_SIGN_IDENTITYを削除し、自動選択に任せる - DEVELOPMENT_TEAMを明示的に設定 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8f5dd7f commit b752dba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy-app.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ jobs:
136136
-destination 'generic/platform=iOS' \
137137
-archivePath build/ios/Runner.xcarchive \
138138
CODE_SIGN_STYLE=Automatic \
139-
CODE_SIGN_IDENTITY="Apple Distribution" \
140-
CODE_SIGNING_REQUIRED=YES \
141-
CODE_SIGNING_ALLOWED=YES \
139+
DEVELOPMENT_TEAM=CPL7H8SHVM \
142140
-allowProvisioningUpdates \
143141
-authenticationKeyIssuerID $APP_STORE_CONNECT_API_ISSUER_ID \
144142
-authenticationKeyID $APP_STORE_CONNECT_API_KEY_ID \
@@ -156,10 +154,6 @@ jobs:
156154
-authenticationKeyIssuerID $APP_STORE_CONNECT_API_ISSUER_ID \
157155
-authenticationKeyID $APP_STORE_CONNECT_API_KEY_ID \
158156
-authenticationKeyPath "$HOME/.private_keys/AuthKey_$APP_STORE_CONNECT_API_KEY_ID.p8" \
159-
CODE_SIGN_STYLE=Automatic \
160-
CODE_SIGN_IDENTITY="Apple Distribution" \
161-
CODE_SIGNING_REQUIRED=YES \
162-
CODE_SIGNING_ALLOWED=YES \
163157
| xcbeautify --renderer github-actions
164158
echo "--------------------------------"
165159
ls -lah .

0 commit comments

Comments
 (0)