git clone 이후 생길 수 있는 빌드 문제 #23
Locked
sunshiningsoo
started this conversation in
iOS 개발
Replies: 2 comments 1 reply
-
PR #25 에서 수정 |
Beta Was this translation helpful? Give feedback.
0 replies
-
또 하나의 빌드 문제가 있는데요, swift 5.9가 맞춰지지 않아서 발생하는 에러도 있었습니다. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bbe455f 기준으로 작성된 글입니다.
생길 수 있는 빌드 문제
초기에 clone을 받아 프로젝트 빌드를 하게 된다면 하단 스크린샷에 해당하는 문제를 확인 할 수 있습니다.
위 문제는 패키지 파일의 Tests/Feature/FeedbackFeatureTests 경로에 FeedbackFeatureTests 디렉토리 및 파일이 없어서 문제가 생기는 것인데요.
해결 방법
이를 해결하기 위해
Package.swift
파일의 FeedbackFeatureTests 가 적혀 있는 라인을 주석처리해주세요.빌드
Package cache clean
(File->Packages->Reset Package Caches)을 해주시고,KuringModulePackage
혹은KuringModulePackage-Package
로 선택 후 빌드KuringApp
Scheme 선택 후 빌드의 과정을 거치면 정상으로 프로젝트 빌드와 시뮬레이터로 결과를 확인해 볼 수 있습니다.
Beta Was this translation helpful? Give feedback.
All reactions