While trying to convert one our apps to build against VisionOS, we noticed that the OpenSSL library apparently does not contain support for VisionOS yet:
/.../OpenSSL.xcframework:1:1: While building for visionOS, no library for this platform was found in '/.../OpenSSL.xcframework'.
Can someone confirm that there is no official version of OpenSSL with VisionOS platform support?
It seems there has been some effort in the community to find a workaround to this, but I believe it would require building OpenSSL locally, which seems like not a good security practice.
So if someone from Apple can let us know what the right path here forward is, we'd appreciate it.