-
Notifications
You must be signed in to change notification settings - Fork 991
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
Fix min target flag for xros and xros-simulator #14776
Fix min target flag for xros and xros-simulator #14776
Conversation
FYI: |
Any feedback wrt this change @stevn? Thanks to both! |
Besides conan I did not any python development. |
Don't worry @NoWiseMan if you don't have much experience with Python, we can contribute the tests, no need to do a very large effort, thanks! |
I'm not sure if there is any support for visionOS in the Intel-based simulator. |
Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
There is an intel-based simulator. So the flag |
Hi @NoWiseMan @stevn hasn't given any feedback regarding this change, and we are also overwhelmed, so difficult to test this too on our side. |
Hi, |
No prob! Thanks for following up 🙂 |
Yes for me this is working. But there is still a unfixed issue in cmake 3.28rc2. Apple-Clang.cmake
and replacing the flag with an empty string |
Ok, so the PR seems good, and the patch that is still missing seems something on the CMake side, not something that Conan should fix, but if you think it would be easy to add something to the I am merging this, thanks very much! |
Changelog: Fix: Fix min target flag for xros and xros-simulator.
Docs: omit
Apple changes the way the "min target os version" flag is created
see: https://developer.apple.com/forums/thread/737595
This fixes the generation of the min target version flag for visionsOS and visionsOS simulator