twilio / twilio-video-ios

Programmable Video SDK by Twilio
http://twilio.com/video
Other
64 stars 22 forks source link

VisionOS Simulator support #261

Open johnhaney-lextech opened 1 year ago

johnhaney-lextech commented 1 year ago

Description

Now that visionOS SDK is out, I get this error trying to build for the visionOS Simulator. …/SourcePackages/artifacts/twilio-video-ios/TwilioVideo/TwilioVideo.xcframework:1:1 While building for visionOS Simulator, no library for this platform was found in ‘…/SourcePackages/artifacts/twilio-video-ios/TwilioVideo/TwilioVideo.xcframework’.

Steps to Reproduce

  1. Create a new Xcode Project with Xcode 15 beta 2 or newer, select VisionOS App
  2. Add the TwilioVideo framework
  3. Build and Run the project

    Code

    n/a

    Expected Behavior

    I would expect the build to be successful and the app to launch in the VisionOS Simulator

    Actual Behavior

    Build error (see Logs below)

    Reproduces How Often

    100%

    Logs

    …/SourcePackages/artifacts/twilio-video-ios/TwilioVideo/TwilioVideo.xcframework:1:1 While building for visionOS Simulator, no library for this platform was found in ‘…/SourcePackages/artifacts/twilio-video-ios/TwilioVideo/TwilioVideo.xcframework’.

    Versions

    twilio-video-ios version 5.6.0

    Video iOS SDK

    5.6.0 via Swift Package Manager

    Xcode

    15.0 beta 2 (15A5161b)

    iOS Version

    n/a visionOS 1.0

    iOS Device

    n/a Vision Pro simulator

ptc-alhill commented 1 year ago

I too would like to see a VisionOS framework build

dseeler commented 11 months ago

+1

johnhaney-lextech commented 8 months ago

Any updates on whether we can expect support for visionOS?