-
Notifications
You must be signed in to change notification settings - Fork 107
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 read property 'buildConfigurationList' of undefined #127
Comments
@VishalVema please try the manual linking process provided here , react-native link might now work as expected at times , |
closing due to inactivity. |
I tried manual linkiñg as well but it is throwing different error i think
it says that the package.json file duplication error if needed i can send
you the screenshot of that as well
…On Mon 8 Oct, 2018, 12:39 PM Shashank, ***@***.***> wrote:
@VishalVema <https://github.com/VishalVema> please try the manual linking
process provided here , react-native link might now work as expected at
times ,
https://facebook.github.io/react-native/docs/linking-libraries-ios
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVzAL9Hg6jKPENAJ0hq9BopxudKfceunks5uivpFgaJpZM4XLOgn>
.
|
@VishalVema if you get a file duplication error you need to blacklist them or keep them in separate folders.This is a react-native issue , you can try copying the example folder in this repo into a different location and running it as a reference point. |
Hi everyone,
TypeError: Cannot read property 'buildConfigurationList' of undefined at H:\react native dummy\dummy\node_modules\react-native\local-cli\link\ios\getTargets.js:18:68 at Array.map (<anonymous>) at getTargets (H:\react native dummy\dummy\node_modules\react-native\local-cli\link\ios\getTargets.js:16:18) at registerNativeModuleIOS (H:\react native dummy\dummy\node_modules\react-native\local-cli\link\ios\registerNativeModule.js:56:3) at Object.registerNativeModule [as register] (H:\react native dummy\dummy\node_modules\react-native\local-cli\link\ios\common\registerNativeModule.js:15:5) at Object.keys.forEach.platform (H:\react native dummy\dummy\node_modules\react-native\local-cli\link\link.js:74:16) at Array.forEach (<anonymous>) at linkDependency (H:\react native dummy\dummy\node_modules\react-native\local-cli\link\link.js:44:32) at <anonymous>
and as when I am trying to link it manually then I am getting this error
`Loading dependency graph...(node:6356) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: jest-haste-map: @providesModule naming collision:
Duplicate module name: react-native
Paths: H:\react native dummy\dummy\node_modules\react-native-razorpay\node_modules\react-native\package.json collides with H:\react native dummy\dummy\node_modules\react-native\package.json
This error is caused by a @providesModule declaration with the same name across two different files.
(node:6356) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:6356) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): Error: jest-haste-map: @providesModule naming collision:
Duplicate module name: react-native
Paths: H:\react native dummy\dummy\node_modules\react-native-razorpay\node_modules\react-native\package.json collides with H:\react native dummy\dummy\node_modules\react-native\package.json
This error is caused by a @providesModule declaration with the same name across two different files.`
The text was updated successfully, but these errors were encountered: