Run pod repo update in iOS extension test (#73442)
This commit is contained in:
parent
9fc48454bd
commit
b78b17630a
@ -30,6 +30,10 @@ Future<void> main() async {
|
|||||||
projectDir,
|
projectDir,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// For some reason devicelab machines have really old spec snapshots.
|
||||||
|
// TODO(jmagman): Remove this if this test is moved to a machine that installs CocoaPods on every run.
|
||||||
|
await eval('pod', <String>['repo', 'update', '--verbose']);
|
||||||
|
|
||||||
section('Create release build');
|
section('Create release build');
|
||||||
|
|
||||||
await inDirectory(projectDir, () async {
|
await inDirectory(projectDir, () async {
|
||||||
|
@ -39,7 +39,7 @@ target 'watch Extension' do
|
|||||||
use_frameworks!
|
use_frameworks!
|
||||||
use_modular_headers!
|
use_modular_headers!
|
||||||
|
|
||||||
pod 'EFQRCode/watchOS', '5.1.6'
|
pod 'EFQRCode', '6.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
post_install do |installer|
|
post_install do |installer|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user