Skip to content

Commit 4e609f1

Browse files
authored
Fix ios_add2app Podfile (#131263)
Fixes: * flutter/flutter#131261
1 parent cfafb91 commit 4e609f1

File tree

1 file changed

+1
-1
lines changed
  • dev/integration_tests/ios_add2app_life_cycle

1 file changed

+1
-1
lines changed

dev/integration_tests/ios_add2app_life_cycle/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target 'ios_add2app' do
1010
end
1111

1212
target 'ios_add2appTests' do
13-
install_flutter_engine_pod
13+
install_flutter_engine_pod(flutter_application_path)
1414
pod 'EarlGreyTest'
1515
end
1616

0 commit comments

Comments
 (0)