Swift

Swift_ UIInterfaceOrientation 이슈

JunsC 2024. 8. 5. 14:02
728x90

Asset validation failed Invalid bundle. The “UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight” orientations were provided for the UISupportedInterfaceOrientations Info.plist key in the bundle, but you need to include all of the “UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight” orientations to support iPad multitasking. 

 

아카이빙 도중 이런 에러가 떴다..

728x90

흠.. 왜 이런에러가 뜨지 하니까

 

아이패드는 전방향 모두 지원해야 하는데 나는 특정 방향만 지원해서 안된다는 의미인듯하다..

 

그래서 위와 같이 

해결방법을 택했다.. 왜냐면 랜드스케이프 방향만 지원하는 앱이므로...

 

참고사이트
https://thoonk.tistory.com/m/108

 

[iOS/Xcode] 아카이브했을 때 발생하는 UIInterfaceOrientation 이슈

에러 내용: Asset validation failed Invalid bundle. The “UIInterfaceOrientationPortrait” orientations were provided for the UISupportedInterfaceOrientations Info.plist key in the {Project Bundle Identifier} bundle, but you need to include all of the

thoonk.tistory.com

 

 

728x90