Unverified Commit b78b1763 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Run pod repo update in iOS extension test (#73442)

parent 9fc48454
...@@ -30,6 +30,10 @@ Future<void> main() async { ...@@ -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 ...@@ -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|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment