NoBuildableEntriesError: active scheme does not build this file select a scheme (Xcode에서 아무 이유없이 Preview가 안뜰때)
by Steady On개인적으로 효과본 방법을 공유합니다.
- 맥 시스템 설정 - 일반 - 정보 - 저장공간 설정... - 개발자 더블클릭
- Xcode 캐시 삭제 후 Xcode를 command + Q로 완전 종료하고 재실행
참고 자료
https://thwork.net/2022/03/15/swiftui_preview_error_active-scheme-does-not-build-this-file/
【SwiftUI】previewエラー active scheme does not build this file
SwiftUIでpreviewでエラーが出た際の対応方法です。previewエラー今回対象となるエラーは以下の通りです。NoBuildableEntriesError: active scheme does not build this f
thwork.net
에러메세지
NoBuildableEntriesError: active scheme does not build this file select a scheme that builds a target which contains the current file, or add this file to a target that is built by the current scheme.
블로그의 정보
Roen의 iOS 개발로그
Steady On