Skip to content

Commit fa48f2d

Browse files
YumNummcursoragent
andcommitted
fix: Release設定からCODE_SIGN_IDENTITYを削除
Automatic signingと競合するため、明示的なCODE_SIGN_IDENTITYを削除 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 78a3c63 commit fa48f2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@
710710
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
711711
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
712712
CODE_SIGN_ENTITLEMENTS = WidgetExtension.entitlements;
713-
CODE_SIGN_IDENTITY = "Apple Distribution";
714713
CODE_SIGN_STYLE = Automatic;
715714
CURRENT_PROJECT_VERSION = 1;
716715
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -847,7 +846,6 @@
847846
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = "$(inherited)";
848847
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
849848
CODE_SIGN_ENTITLEMENTS = FcmServiceExtension/FcmServiceExtension.entitlements;
850-
CODE_SIGN_IDENTITY = "Apple Distribution";
851849
CODE_SIGN_STYLE = Automatic;
852850
CURRENT_PROJECT_VERSION = 1287;
853851
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -1078,7 +1076,6 @@
10781076
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
10791077
CLANG_ENABLE_MODULES = YES;
10801078
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
1081-
CODE_SIGN_IDENTITY = "Apple Development";
10821079
CODE_SIGN_STYLE = Automatic;
10831080
CURRENT_PROJECT_VERSION = 1287;
10841081
DEVELOPMENT_TEAM = CPL7H8SHVM;

0 commit comments

Comments
 (0)