-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot patrol drive
on devices with iOS older than 15.5
#381
Comments
Hi @borjandev. Yeah, the minimum iOS deployment target is way too low. We'll relax it soon. As a workaround, you can run:
and then:
and use Xcode to manually lower the minimum iOS deployment target. I'm not sure if something as old as 12.6.5 will work properly, but you can always try :) PS We're not happy with the current way of running tests on iOS. Currently, we build the Xcode project every time you |
patrol drive
on iOS older than 15.5
patrol drive
on iOS older than 15.5patrol drive
on devices with iOS older than 15.5
Patrol (the new |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
When trying to run it on iOS 12.6.5 it produced an error message like the one below:
The run destination is not valid for Testing the scheme 'AutomatorServer'.
iOS 12.5.6 doesn’t match AutomatorServer.app’s iOS 15.5 deployment target. Upgrade the iOS version or lower AutomatorServer.app’s deployment target.
The maximum iOS version that this iPhone (5s) can install is 12.6.5 so updating is not an option
The flutter app that I am trying to test, runs properly on it
The text was updated successfully, but these errors were encountered: