question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot read property 'buildConfigurationList' of undefined

See original GitHub issue

Your 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:closed
  • Created 5 years ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
sheminusminuscommented, Oct 4, 2018

what fixed this for me was installing specifically at version 2.4.2– yarn add react-native-background-fetch@2.4.2

3reactions
lourencoguicommented, Oct 26, 2018

Installing with yarn worked for me yarn add react-native-background-fetch and then react-native link react-native-background-fetch

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found