Skip to content

Commit

Permalink
Add 2 cases to FAQ (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jBorkowska authored Jan 24, 2024
1 parent 179c677 commit b3a74bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,21 @@ within the patrol test.">
and remove set path to targets for all configurations.
</Accordion>

<Accordion title="When running a test, real app without test is opened instead">
Open your XCode project, go to **Runner** target -> **Build Settings**, search for `FLUTTER_TARGET`
and remove set path to targets for all configurations.
</Accordion>

<Accordion title="Build is failing with errors on mismatching iOS deployment versions">
Check if this line in `Podfile` is present and uncommented.
```
platform :ios, '11.0'
```
If yes, then check if **iOS deployment version** in Xcode project's **Build Settings**
section for all targets (Runner and RunnerUITests) are set to the same value as in Podfile
(in case presented in snippet above, all should be set to 11.0).
</Accordion>
If you couldn't find an answer to your question/problem, feel free to ask on
[Patrol Discord Server](https://discord.gg/ukBK5t4EZg).
Expand Down

0 comments on commit b3a74bb

Please sign in to comment.