Skip to content

Commit 40a466c

Browse files
authored
[#225] 테스트플라이트 자동 배포가 실패하는 현상을 해결한다 (#230)
* style: 정확하게 테플이라는 이름 명시 * refactor: 앱 빌드 시간 단축 * chore: fastlane/README.md 추적 끄기 * test: lint 모듈 validation 스킵 * fix: 내부 testflight 이름과 겹치는 현상 수정 * fix: export_method 수정 * chore: 테스트플라이트 CI 배포 서명 설정 수정 * chore: 테스트플라이트 CI 서명 옵션 보정
1 parent 000184c commit 40a466c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ platform :ios do
5555
project: "DevLog.xcodeproj",
5656
scheme: "DevLog",
5757
export_method: "app-store",
58-
xcargs: buildAppXcargs.join(" ")
58+
codesigning_identity: "Apple Distribution",
59+
xcargs: "-skipPackagePluginValidation"
5960
)
6061

6162
next api_key

0 commit comments

Comments
 (0)