Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
opficdev
marked this pull request as draft
July 22, 2026 03:20
opficdev
marked this pull request as ready for review
July 22, 2026 03:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
Info.plist보다 우선하는 문제 해결📝 작업 내용
📌 요약
FirebaseCrashlyticsCollectionEnabled값을 해석하는FirebaseCrashlyticsCollectionPolicy추가FirebaseApp.configure()이전에 기존 Crashlytics 수집 override를 제거하는FirebaseCrashlyticsOverrideMigrator추가🔍 상세
Info.plist의 Boolean 값만 유효한 수집 정책으로 해석CLSUserDefaults.plist에 저장된com.crashlytics.data_collection제거FirebaseApp.configure()호출deleteUnsentReports()실행 후 현재 빌드 정책 저장Xcode 직접 빌드 전환 흐름:
Fastlane 배포 빌드 전환 흐름:
검증 결과:
Infrabuild-for-testing 성공TodoServiceImpl.swift파일 길이 경고 외 신규 경고 없음FirebaseCrashlyticsCollectionEnabled=false확인Optional(1)재현 확인FirebaseApp.configure()이전 마이그레이션 후 저장 상태nil확인Optional(2)저장 확인Automatic data collection is disabled.확인Project.swift,Info.plist, Fastlane 및 target dependency 변경 없음내부 구현 의존:
Library/Application Support/com.crashlytics/CLSUserDefaults.plist저장 구조 의존com.crashlytics.data_collection키 재검증 필요남은 관찰 항목:
N → 0전환 확인📸 영상 / 이미지 (Optional)