How can I validate changes on the required iOS 15? #202
Replies: 1 comment
-
|
I was able to get the tests running with a simulator running iOS 15.5 but not the demo project. Given the original goal, I think we are good! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble validating this change because of an environment conflict.
My Environment:
macOS: Sequoia
Xcode: 16
Demo Project Minimum Target: iOS 15.6
The Problem:
Xcode 16 does not support 15.6 simulators (only 15.5 is available), so I cannot run the demo project on its required iOS 15.6 target.
What I've Tried:
Using older Xcode versions that support iOS 15.6, but they are incompatible with macOS Sequoia.
Lowering the project's minimum deployment target. This fails with a "406 browser not allowed" error.
Attempting to patch the server code to bypass the 406 error, which then another page error to be loaded (probably because of the old browser).
Does anyone have a recommended approach for testing on an older OS like iOS 15, or a known solution for the 406 error?
Beta Was this translation helpful? Give feedback.
All reactions