crossorigin="anonymous">
[RN/오류노트] Solved - Invalid bundle. The "UIInterfaceOrientationPortrait" orientations were provided,
·
React & React Native/오류노트
해당 문제는 react-native 환경에서 Xcode를 빌드를 하는 중에 발생하는 오류입니다. 1) 문제점💡 문제점- Xcode를 빌드하는 도중에 아래와 같은 문제점이 발생하였습니다.- Invalid bundle. The "UIInterfaceOrientationPortrait, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight" orientations were provided, but you need to include all of "UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown, UIInterfaceOrientationLandscap..