Replies: 4 comments
-
Hi @alanrubin, Let me check, i will get back to you. |
Beta Was this translation helpful? Give feedback.
-
It seems that the first integration test is failing due to an error in building the iOS app. Specifically, the error message indicates that the framework "Pods_Runner" was not found, which suggests a possible issue with the CocoaPods setup. To troubleshoot this issue, you could try the following steps: Check that CocoaPods is installed and up-to-date by running pod --version in the terminal. |
Beta Was this translation helpful? Give feedback.
-
Hi @himesh-cm and @ArnoldoSilacci5 , I'm a colleague of @alanrubin and was able to find the problem (using the verbose flag during testing) and fix it. What was happening was that during the build process prior to the integration testing some variables in the 'ios/Runner/Info.plist' file weren't being substituted and were causing the application to fail when it was installed on the simulator. My working solution is below. This was using Flutter 3.7.10/Xcode 14.2 Pre-Test Script Post-test script We now have another problem, the integration tests are timing out on the first test using Flutter 3.7.12/Xcode 14.3 and even with the verbose flag we have nothing in logs to indicate why. I've attached the testing log, the verbose log isn't any more helpful. The tests still work using Flutter 3.7.10/Xcode 14.2. Can you provide any guidance please? Regards, Jason |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have 3 integration test files and it always fails to run the first one - the others are successful. It is definitely not an issue with the tests, maybe the simulator is not running yet when tests are run? Tried to search the discussions here and nothing helped. It runs successfully locally on my M1 machine.
Build ID: 64088d6bef15b8ada236cc6d
flutter_drive.log

Beta Was this translation helpful? Give feedback.
All reactions