-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducei ran the command flutter test integration_test --flavor prod on code magic. My integration tests are in integration_test folder, and i also have a test_driver folder with a integration_driver.dart as the code magic projetc sample. Expected resultsto identify an run the integration tests. Actual resultsRunning pod install... 85.3s Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Could not build the application for the simulator. And doesn't even recognize and run the integration tests. The command i'm using is correct? or do i need to use another one? Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @GaGuarGo, |
Beta Was this translation helpful? Give feedback.
Hello @GaGuarGo,
This error seems to be related to the flutter framework as per this GH issue, and the workaround is to use flutter drive command. Can you please try this out?
If you run into further issues, kindly share the build ID with me. You can find it under your build details page's 'ID' section. Navigate to the 'Builds' section on the left-hand menu, select the build you want to view, and click the copy icon.