본문 바로가기
모바일 앱/React Native

[React Native] iOS Simulator, Device에서 Debug menu가 열리지 않는 경우

by 테크케찰 2021. 8. 23.

오늘 iOS 빌드를 하다가 debug menu가 열리지 않는 현상이 발생했습니다.

ios device를 흔들고, cmd+D 버튼을 눌렀음에도 debug menu가 열리지 않아 이 현상에 대해 찾아보았습니다.

xcode에 들어가 edit scheme 버튼을 누르면 다음과 같은 창이 뜨는데요, 

Build Configuration 부분이 Debug로 되어 있는지 확인해보아야 합니다.

저 같은 경우는 이 부분이 release로 되어 있어서 디버그 메뉴가 열리지 않았습니다. 

 

 

참고

https://github.com/facebook/react-native/issues/25246#issuecomment-502407014

 

can not open developer menu , iOS · Issue #25246 · facebook/react-native

cannot open developer menu in anyway,react-native: 0.59.8,i have use_frameworks! in Podfile, hardware keyboard is already connected, happens either in iOS simulator or device.( in android everythin...

github.com