-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: github Action 환경에서 FirebaseCrashlytics 이슈 수정해요 #735
Merged
Conversation
This file contains 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
- Fastfile XcodeBuild 인수 전달 Parameters 추가
- xcargs Rosetta 환경으로 설정
- ModuleType+Templates Util 모듈 의존성 추가 - BBLogManger, Mixpanel 폴더 Util 모듈로 이동
…ript 제거 - ModuleType+Templates FirebaseAnalyticsWithoutAdIdSupport로 변경
- swift.yml mac-os 최신 환경에서 실행 하도록 수정 - xcode-version 최신 환경에서 실행 하도록 수정
- Derived Data 삭제하는 명령어 제거
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.
🔵PR을 올리기 전 아래 사항을 확인해주세요.
(위 내용은 지워주세요)
😽 Firebase Crashlytics Resolve 했을 때 Github Action 환경에서 컴파일 에러 나는 이슈 수정해요
Firebase Crashlytics
라이브러리를 Resolve 할 때FIRCrashlytics.m
파일에 있는 내부 메서드를 가져오지 못하는 이슈를 해결FirebaesRemoteConfig
일부 함수를 못 가져오는 현상인데 Yapp 프로젝트에서 동일한 이슈가 나타나서 Tuist Version4.8.1
로 업그레이드하여 해결했습니다.Xcode Clean Build 시 Dependency Recycle 이슈 수정해요
Core
모듈이 전역적으로 많이 사용하다 보니 의존성 Recycle이 발생하는 현상이 나타났습니다.Logging
같은 모듈은Util
모듈을 추가해서Core
모듈에 결합도를 낮추도록 했습니다.🛠️Tuist Util 모듈 추가
Firebase Crashlytics
,Firebase Analytics
관련 메서드를 Util 모듈 내부에 구성했습니다.🛠️ Github Action
Mac OS
,Xcode
버전 업그레이드Ventura
였는데Sequoia
로 업그레이드했습니다.Xcode
Version도 동일하게 기존에는15.0.1
환경에서 실행했으나16.0.1
환경에서 실행하도록 수정했습니다.✅ 테스트 케이스
dsym
파일이 업로드되는지 확인해요🙏🏻아래와 같이 PR을 리뷰해주세요.