Error: Cannot read property 'buildConfigurationList' of undefined
See original GitHub issueYour Environment
- Plugin version: 2.0.X
- Platform: iOS
- OS version: Iphone 6
- Device manufacturer / model: Apple
- React Native version (
react-native -v
): 0.55.4 - Plugin config
Expected Behavior
Linking should work
Cannot read property ‘buildConfigurationList’ of undefined
Actual Behavior
Steps to Reproduce
When i run react-native link
Context
Linking Library
Debug logs
rnpm-install info Linking react-native-background-fetch ios dependency rnpm-install ERR! Something went wrong while linking. Error: Cannot read property ‘buildConfigurationList’ of undefined Please file an issue here: https://github.com/facebook/react-native/issues
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Cannot read property 'buildConfigurationList' of undefined
"Cannot read property 'buildConfigurationList' of undefined" when I link it using react-native link mypackage whereas manual linking works ...
Read more >error cannot read property 'configurations' of undefined. react ...
I have a jest unit test suite that I'm attempting to run but keep getting Test suite failed to run -- TypeError: Cannot...
Read more >Receving ERROR: TypeError: Cannot read property 'close' of ...
i want to answer this question as I have solved it. the problem is I rename the file manually like I rename the...
Read more >TypeError: Cannot read property 'getFragmentManager' of ...
ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'getFragmentManager' of undefined. This error is popping when I run my ...
Read more >[accept Hook] - Cannot read property 'toBytesSink' of undefined
I get the following error: TypeError: Cannot read property 'toBytesSink' of undefined at BinarySerializer.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
what fixed this for me was installing specifically at version 2.4.2–
yarn add react-native-background-fetch@2.4.2
Installing with yarn worked for me
yarn add react-native-background-fetch
and thenreact-native link react-native-background-fetch