-
Notifications
You must be signed in to change notification settings - Fork 905
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
feat(ios): use Bundler for pods installation #1708
feat(ios): use Bundler for pods installation #1708
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thank you so much for taking the time to implement this. I left a question and a very small suggestion, but the code looks good to me.
Waiting for the CLI maintainers to chime in.
|
||
async function runBundleInstall(loader: Loader) { | ||
try { | ||
loader.start('Installing Bundler'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this line does not appear in the successful run posted in the Test Plan? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this line does not appear in the successful run posted in the Test Plan? 🤔
Looks like I need to make a separate loader.succeed
call, will fix that
logger.error(error.stderr || error.stdout); | ||
|
||
throw new Error( | ||
'Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart for macOS and iOS.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
'Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart for macOS and iOS.', | |
'Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart guide for macOS and iOS.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Thanks for contribution @hoxyq !
92a2d5c
to
40dccc4
Compare
Updated:
|
Summary:
Test Plan:
yarn test