Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli-config-apple/src/tools/installPods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function runPodInstall(loader: Ora, options: RunPodInstallOptions) {

throw new CLIError(
`Looks like your iOS environment is not properly set. Please go to ${link.docs(
'environment-setup',
'set-up-your-environment',
'ios',
{guide: 'native'},
)} and follow the React Native CLI QuickStart guide for macOS and iOS.`,
Expand Down
Loading