에러 or 고민
(Error) Missing package product '...' - 에이젠
eigen96
2022. 8. 16. 14:02
728x90
어느 날 Xcode를 열어보니 빨간줄...
잘 돌아가는 거 봤었고 아무것도 한 게 없는데?
해결방법 : File -> Packages -> Reset Package Caches
정확한 원인은 아직 찾지 못했지만 SPM 사용할 때 종종 발생하는 것 같다.
참고)
https://developer.apple.com/forums/thread/687275
Xcode 13 "Missing package product"… | Apple Developer Forums
I eventually got this resolved. What seemed to get it working was re-adding my local packages using the "Add Packages…" menu option on the project that has the framework targets using the local package. This created a new "Packages" group in the project,
developer.apple.com
728x90