fix: github Action CD build_app Method 실행 시 오류나는 이슈 수정해요 #733
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을 올리기 전 아래 사항을 확인해주세요.
(위 내용은 지워주세요)
😽 Github Action FastLane 명렁어 실행 시
objective-c com.apple.compilers.llvm.clang.1_0.compiler
오류 수정해요FirebaseCrashlytics
의존성을 가지고 있는 Core 모듈에서 해당 시뮬레이터 빌드 시 저런 이슈가 발생하고 있었습니다. 때문에 Core 모듈 Settings Flag 값에EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
를 추가하였습니다.🛠️ Core모듈 Settings Flag 값에 EXCLUDED_ARCHS 추가
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
값을 추가 했습니다.✅테스트 케이스
🙏🏻아래와 같이 PR을 리뷰해주세요.