Skip to content

Commit b2ac43f

Browse files
committed
debug ios CICD
1 parent 70b5c65 commit b2ac43f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ios-testflight.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
DEVELOPMENT_TEAM=YLK778Z528 \
7474
PRODUCT_BUNDLE_IDENTIFIER=com.routstr.localplusplus \
7575
CODE_SIGN_STYLE=Automatic \
76-
COMPILER_INDEX_STORE_ENABLE=NO
76+
COMPILER_INDEX_STORE_ENABLE=NO \
77+
-allowProvisioningUpdates
7778
7879
- name: Export IPA
7980
run: |
@@ -94,7 +95,7 @@ jobs:
9495
</dict>
9596
</plist>
9697
EOF
97-
xcodebuild -exportArchive -archivePath build/LocalPlusPlus.xcarchive -exportPath build -exportOptionsPlist ExportOptions.plist
98+
xcodebuild -exportArchive -archivePath build/LocalPlusPlus.xcarchive -exportPath build -exportOptionsPlist ExportOptions.plist -allowProvisioningUpdates
9899
99100
- name: Upload IPA artifact
100101
uses: actions/upload-artifact@v4

ios/LocalPlusPlus.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
CLANG_WARN_SUSPICIOUS_MOVE = YES;
589589
CLANG_WARN_UNREACHABLE_CODE = YES;
590590
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
591-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
591+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
592592
COPY_PHASE_STRIP = NO;
593593
CXX = "";
594594
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -669,7 +669,7 @@
669669
CLANG_WARN_SUSPICIOUS_MOVE = YES;
670670
CLANG_WARN_UNREACHABLE_CODE = YES;
671671
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
672-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
672+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
673673
COPY_PHASE_STRIP = YES;
674674
CXX = "";
675675
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)