@@ -76,7 +76,7 @@ void main() {
76
76
);
77
77
78
78
expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
79
- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
79
+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
80
80
}, overrides: < Type , Generator > {
81
81
FileSystem : () => memoryFileSystem,
82
82
ProcessManager : () => FakeProcessManager .any (),
@@ -106,7 +106,7 @@ void main() {
106
106
);
107
107
108
108
expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
109
- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
109
+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
110
110
}, overrides: < Type , Generator > {
111
111
FileSystem : () => memoryFileSystem,
112
112
ProcessManager : () => FakeProcessManager .any (),
@@ -313,7 +313,7 @@ void main() {
313
313
);
314
314
315
315
expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
316
- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
316
+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
317
317
}, overrides: < Type , Generator > {
318
318
FileSystem : () => memoryFileSystem,
319
319
ProcessManager : () => FakeProcessManager .any (),
@@ -343,7 +343,7 @@ void main() {
343
343
);
344
344
345
345
expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
346
- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
346
+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
347
347
}, overrides: < Type , Generator > {
348
348
FileSystem : () => memoryFileSystem,
349
349
ProcessManager : () => FakeProcessManager .any (),
0 commit comments