You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,8 +94,8 @@ async function runPodUpdate(loader: Ora) {
94
94
loader.fail();
95
95
96
96
thrownewCLIError(
97
-
`Failed to update CocoaPods repositories for iOS project.\nPlease try again manually: "pod repo update".\nCocoaPods documentation: ${chalk.dim.underline(
98
-
'https://cocoapods.org/',
97
+
`Failed to update CocoaPods repositories for iOS project.\nPlease try again manually: "pod repo update".\nCocoaPods documentation: ${pico.dim(
98
+
pico.underline('https://cocoapods.org/'),
99
99
)}`,
100
100
);
101
101
}
@@ -127,8 +127,8 @@ async function installCocoaPods(loader: Ora) {
127
127
logger.error((errorasany).stderr);
128
128
129
129
thrownewCLIError(
130
-
`An error occured while trying to install CocoaPods, which is required by this template.\nPlease try again manually: sudo gem install cocoapods.\nCocoaPods documentation: ${chalk.dim.underline(
131
-
'https://cocoapods.org/',
130
+
`An error occured while trying to install CocoaPods, which is required by this template.\nPlease try again manually: sudo gem install cocoapods.\nCocoaPods documentation: ${pico.dim(
0 commit comments