iOS
[SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 에러 해결
삼쓰_웅쓰
2023. 2. 13. 12:50
반응형
해결방법
에러메시지를 그대로 해석하면 info.plist 에 UIScene configuration 이 없다고 나온다.
아래와 같이 Scene Configuration을 추가해주면 된다.

이 에러는 Xcode 14.2 부터 추가된 걸로 보인다.
반응형