Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Future<void> main() async {
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');

await inDirectory(projectDir, () async {
Expand Down
2 changes: 1 addition & 1 deletion dev/integration_tests/ios_app_with_extensions/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target 'watch Extension' do
use_frameworks!
use_modular_headers!

pod 'EFQRCode/watchOS', '5.1.6'
pod 'EFQRCode', '6.0'
end

post_install do |installer|
Expand Down