Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot bring up the In-App Developer Menu on iOS simulator or on device after upgrading to 0.43.4 #13799

Closed
linamm opened this issue May 5, 2017 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@linamm
Copy link

linamm commented May 5, 2017

Description

Steps

  • upgrade react-native to 0.43.4
  • restart the packager
  • rebuild debug version of the app for simulator or device

Observations

  • Shake the device cannot bring up the developer menu

  • In simulator, Command + R works for reload, but, Command + D doesn't work, Hardware -> Shake gesture doesn't work.

  • Revert to version 0.42.3, the Develper Menu works as expected again.

  • Developer Menu in Android app works as expected in version 0.43.4.

Environment

  • React Native version: 0.43.4
  • Platform: iOS
  • Development Operating System: MacOS
  • Dev tools: Xcode
@Exilz
Copy link

Exilz commented May 5, 2017

Are you using cocoapods ? If so you need to add DevSupport as a subspec of React like so

  pod 'React', :path => react_path, :subspecs => [
    'Core',
    'DevSupport', # Devmenu
    'RCTWebSocket', # needed for debugging
   # everything else you need...
  ]

@linamm
Copy link
Author

linamm commented May 5, 2017

You are right! Thank you very much. It is working now :)

@linamm linamm closed this as completed May 5, 2017
@anyueruhui
Copy link

I've found it very hardly, THANKS FOR U!

facebook-github-bot pushed a commit that referenced this issue Jun 7, 2017
Summary:
see #13799
Closes #14352

Differential Revision: D5198266

Pulled By: shergin

fbshipit-source-id: 308f7e3b1a8e09e61a87d25b05e6c065e1bb88f8
@W0LFMAN
Copy link

W0LFMAN commented Sep 4, 2017

React native 0.48.1
Platform - IOS
Development Operating System: MacOS
Dev tools: Xcode

  • it doesn't work for me. DevSupport in subspecs in podfile.

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants