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

"pod install" step missing #45

Closed
rborn opened this issue Mar 15, 2017 · 4 comments
Closed

"pod install" step missing #45

rborn opened this issue Mar 15, 2017 · 4 comments

Comments

@rborn
Copy link

rborn commented Mar 15, 2017

Following the install and run instructions for ios on a fresh cloned project will fail because the pods are not installed.
Once you run cd example/ios && pod install everything goes fine.

Thank you 😄

@rborn rborn changed the title pod install step missing "pod install" step missing Mar 15, 2017
@orta
Copy link

orta commented Mar 15, 2017

I added this in #46

@rborn
Copy link
Author

rborn commented Mar 15, 2017

@orta I wonder if this isn't something that could be done in the npm script?

@safaiyeh
Copy link
Contributor

Yeah it can easily be added in the npm script.

Something like:
"install:ios": "bundle install --binstubs ./examples/ios; bundle exec pod install;

@pie6k
Copy link

pie6k commented Mar 15, 2017

image
I think it should be noted that you actualy need pod

http://stackoverflow.com/questions/20755044/how-to-install-cocoa-pods

jahglow pushed a commit to jahglow/native-navigation that referenced this issue Mar 14, 2018
chore(package): update react-native to version 0.51.0
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

4 participants