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

react-native 0.57.0 : Module 'Accessibility Info' does not exist in the Haste Module Map #21215

Closed
3 tasks done
rottenoats opened this issue Sep 20, 2018 · 4 comments
Closed
3 tasks done
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@rottenoats
Copy link

rottenoats commented Sep 20, 2018

Environment

React Native Environment Info:
    System:
      OS: macOS High Sierra 10.13.6
      CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
      Memory: 2.29 GB / 16.00 GB
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.10.0 - /usr/local/bin/node
      Yarn: 1.9.4 - /usr/local/bin/yarn
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
      Android SDK:
        Build Tools: 23.0.1, 23.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.3
        API Levels: 23, 26, 27
    IDEs:
      Android Studio: 3.1 AI-173.4670197
      Xcode: 10.0/10A255 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.5.0 => 16.5.0
      react-native: 0.57.0 => 0.57.0

Description

Recently had a macos update ( I dread updates ) and to my (not) suprise running my app on my ios emulator failed.

I then proceeded to update my react-native version and my project. That failed so I decided to start a fresh project to see if it would work.

And it didn't. It threw the following errors

":CFBundleIdentifier", Does Not Exist

Which some solutions were proposed in #7308 and I did react-native-git-upgrade and I now get the following errors :

Module AccessibilityInfo does not exist in the Haste module map

No solutions were found in #19953 and said a fix was to occur in 0.57.0 react-native

Reproducible Demo

react-native init SomeProject
react-native run-ios //error ":CFBundleIdentifier"
react-native-git-upgrade
react-native run-ios //error: Module 'Accessibility Info' does not exist in the Haste Module Map 
@rottenoats rottenoats changed the title react-native 0.57.0 : Haste module overrides for react-native-windows resolution failures react-native 0.57.0 : Module 'Accessibility Info' does not exist in the Haste Module Map Sep 20, 2018
@magrinj
Copy link
Contributor

magrinj commented Sep 20, 2018

After trying to upgrade from 0.55.4 to 0.57.0 same error for me...

@magrinj
Copy link
Contributor

magrinj commented Sep 20, 2018

After reseting all my files, and start again a new react-native-git-upgrade the error disappear, seams to be an error added in Xcode file during the fail of the last react-native-git-upgrade

@filipepratalima
Copy link

Ive done all of the above and still have this issue. Any other solutions?

@hramos
Copy link
Contributor

hramos commented Sep 24, 2018

Reiterating what Marc said in #14423 at the start of the year. This error plainly indicates the project failed to compile or link. You'll need to look further up in your output for a hint of the root cause. I've opened #21303 in order to help people who run into this issue, and will lock this thread to avoid causing more confusion.

Duplicate of #21303

@hramos hramos closed this as completed Sep 24, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Sep 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 24, 2019
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