-
Notifications
You must be signed in to change notification settings - Fork 0
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
[chore] activate github action #37
base: main
Are you sure you want to change the base?
Conversation
Xcode 14.2로 github actions를 돌리는데... iOS 16.2부터 available하단다...
🚨 Never Merge 🚨 |
@dayo2n 깃헙 추천레포로 떠서 구경왔다가 커밋에서 빡침이 느껴져서 코멘트 남깁니다. 먼저 커밋들을 보니까 iOS17과 swfit 5.9의 문법 등등을 제거한 흔적이 보이는데. 엑스코드 커맨드 라인툴이 이전 버전으로 지정 되어있어서 그런것 같아요. 그래서 먼저 macos버전을 올리는 작업을 하시면서 xcode15가 되도록 하면 iOS17을 타겟으로 하거나 iphone15를 시뮬레이터로 적용하고 #preview와 같은 스위프트 매크로 등등을 사용하실수 있을겁니다. 최신 맥으로 타겟을 하려면 기본값이 15.0.1이여서 macos만 올려도 큰 문제는 없을것 같습니다. 추가로 run하기전에 현재 xcode 버전을 출력해보도록 하면 더 명확해질 것 같습니다. 이 문제부터 해결한다음 다음 발생하는 문제를 한번더 확인해 봐야 할 것 같습니다. |
@JeaSungLEE 놀랍게도 macos 버전만 명시해 주니 바로 통과되었어요! |
📝 Work Done
💬 References
Github docs