Open derwaldgeist opened 9 months ago
I am building an app for the new visionOS platform that needs good WebSockets support.
I tried the library out, by patching the podspec: https://github.com/daltoniam/Starscream/compare/master...marblear:Starscream:visionos. Unfortunately, it did not work. It seems that some of the required functionality is not available on this platform.
Would be great if support for visionOS could be added. The native WebSockets implementation does not fulfill my needs, so I am hoping to use this one instead.
Also just ran into this issue
Error:
Starscream.swiftmodule is not built for arm64e
I am building an app for the new visionOS platform that needs good WebSockets support.
I tried the library out, by patching the podspec: https://github.com/daltoniam/Starscream/compare/master...marblear:Starscream:visionos. Unfortunately, it did not work. It seems that some of the required functionality is not available on this platform.
Would be great if support for visionOS could be added. The native WebSockets implementation does not fulfill my needs, so I am hoping to use this one instead.