watchOS 캐기
[watchOS] WatchKit App + Watchkit App Extension 통합으로 싱글 타켓으로 제공 (watchOS 7이상)
Atlas
2023. 12. 10. 16:37
728x90
반응형
시나리오: watchOS를 개발하면서 예제 및 샘플코드에 WatchKit App과 WatchKit App Extension이 타켓에 포함되어 있었다.
하지만 나의 엑스코드에서는 WatchKit App Extension이 없어서 찾아보게 되었다.
찾은 답변 :
Xcode 14 릴리즈 노트를 확인하면
Xcode 14 includes a default template for watchOS apps that combines the WatchKit App and WatchKit App Extension targets into a single Watch App target, simplifying code, asset, and localization management. You can deploy single-target watchOS apps to watchOS 7 and later. (83222217)
"Xcode 14부터 WatchKit App과 WatchKit App Extension이 싱글 타켓으로 합쳐졌다!" 고 한다.
✅ watchOS 7 이상에서 싱글 타켓으로 배포할 수 있다니 이점도 참고 ✅
마무리
- 이제 릴리즈노트에 watchOS 관련한 내용도 더 눈에 잘들어올것 같다 ㅎㅎ
- "오히려 좋아!" 😻 다시 개발하러 고고!
ref.
https://stackoverflow.com/questions/74162287/missing-watchkit-extension-in-xcode-14
https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
반응형