We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
설명을 작성하세요.
color asset PR까지 머지하고 빌드했더니, 아래 사진과 같은 오류가 발생합니다!
해당 오류가 발생한 이유는, color asset에 Foundation이라는 폴더가 있는데, swift 내장 프레임워크 중 하나인 Foundation과 충돌되어 발생한 것 같습니다.
Foundation
Basic
The text was updated successfully, but these errors were encountered:
!hotfix: #51 Rename color asset folder from 'foundation' to 'basic' t…
874d4ff
…o avoid conflict with Foundation framework
Merge pull request #52 from DeveloperAcademy-POSTECH/hotfix/51-update…
9a2f3ee
…-color-asset-name [#51] �❗️HOTFIX❗️ 빌드 오류 해결
dbqls200
Successfully merging a pull request may close this issue.
Description
color asset PR까지 머지하고 빌드했더니, 아래 사진과 같은 오류가 발생합니다!
해당 오류가 발생한 이유는,
color asset에
Foundation
이라는 폴더가 있는데, swift 내장 프레임워크 중 하나인Foundation
과 충돌되어 발생한 것 같습니다.To-do
Foundation
폴더 이름 변경하기 (Basic
으로 수정예정)The text was updated successfully, but these errors were encountered: