Commit 714e085
Remove legacy CODE_SIGN_IDENTITY[sdk=iphoneos*] project settings
The project-level CODE_SIGN_IDENTITY[sdk=iphoneos*]="iPhone Developer"
(Xcode 8 era) was overriding the command-line CODE_SIGN_IDENTITY since
sdk-specific settings take precedence over general ones. This caused
xcodebuild to look for "iOS Distribution" instead of "Apple Distribution".
Also removed the broken conditional syntax from the workflow command
line — shell mangles the brackets in CODE_SIGN_IDENTITY[sdk=iphoneos*].
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0a37e20 commit 714e085
File tree
2 files changed
+3
-4
lines changed- .github/workflows
- ios/Runner.xcodeproj
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| |||
0 commit comments