Skip to content

Commit

Permalink
note about updating ios native deps taking forever first time
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed May 30, 2019
1 parent 4502f44 commit f2090c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ios/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function updateIOS(config: Config) {
}

export async function installCocoaPodsPlugins(config: Config, plugins: Plugin[]) {
await runTask('Updating iOS native dependencies with "pod install" (may take several minutes the first time this runs)', () => {
await runTask('Updating iOS native dependencies with "pod install" (may take several minutes)', () => {
return updatePodfile(config, plugins);
});
}
Expand Down

0 comments on commit f2090c3

Please sign in to comment.