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

TypeError: Cannot read property 'pbxprojPath' of null #82

Open
ghost opened this issue Nov 21, 2017 · 7 comments
Open

TypeError: Cannot read property 'pbxprojPath' of null #82

ghost opened this issue Nov 21, 2017 · 7 comments

Comments

@ghost
Copy link

ghost commented Nov 21, 2017

I got this error during the installation

image

@MaximeTroiano
Copy link

Hi, have you been able to resolve this?

@SMSwiti
Copy link

SMSwiti commented Apr 4, 2018

any help here ?

@dave4jr
Copy link

dave4jr commented Apr 5, 2018

Also getting this error.

@dadisigursveinn
Copy link

@MoezAbid
Copy link

MoezAbid commented May 7, 2018

Try to run react-native upgrade

@sethjdev
Copy link

sethjdev commented May 8, 2018

@MoezAbid thank you this worked. Do you know why this worked?

@MoezAbid
Copy link

MoezAbid commented May 8, 2018

@sethjdev Glad it worked for you. As you may have noticed, when you run that command, the ios and Android folders will appear in your project's root directory. So when you link the libraries to your project, they will have a "target" folder to be linked to whether it's the android folder or the ios folder. This is done to make adding features to your app easier because not all the apps use native capabilities. My answer might not be 100% correct, but I hope it gave you some insight on why that worked. Visit https://facebook.github.io/react-native/docs/linking-libraries-ios.html for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants