Replies: 5 comments 3 replies
-
You probably did something wrong in the native setup. Please show the files you edited in every step of the native setup ( It'd be best if you created a minimal, reproducible example of your problem. I can't help just by looking at that screenshot. |
Beta Was this translation helpful? Give feedback.
-
`@import XCTest; PATROL_INTEGRATION_TEST_IOS_RUNNER(RunnerUITests) This is my ios/RunnerUITests/RunnerUITests.m `target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) target 'RunnerUITests' do I have added that in podfile - Podfile |
Beta Was this translation helpful? Give feedback.
-
Order didnt helped.
|
Beta Was this translation helpful? Give feedback.
-
It was not taking right flutter root path in build phase, which caused it. |
Beta Was this translation helpful? Give feedback.
-
I put complete path for sh file in build phase |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions