Skip to content
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

Cannot find 'TwilioVideoSDK' in scope #255

Open
equianoj opened this issue Feb 20, 2023 · 1 comment
Open

Cannot find 'TwilioVideoSDK' in scope #255

equianoj opened this issue Feb 20, 2023 · 1 comment

Comments

@equianoj
Copy link

###Description
Trying to test out TwilioVideo and integrate it into my own existing app. Been confused by all the startup guides and when trying to add the first functions I keep getting errors saying the methods aren't in scope.
Screenshot 2023-02-19 at 9 11 56 PM

I added the TwilioVideo package with URL method on Xcode. Not sure what I am missing
Screenshot 2023-02-19 at 9 12 24 PM

Steps to Reproduce

  1. Add TwilioVideo with Swift Package Manager and github link https://github.com/twilio/twilio-video-ios/
  2. Add functions from TwilioVideoSDK to viewController file

Expected Behavior

Expect methods to be in scope

Actual Behavior

Errors showing TwilioVideo out of scope

Reproduces How Often

100%

Versions

All relevant version information for the issue.

Video iOS SDK

5.5 via Swift Package Manager

Xcode

14.2

iOS Version

16.0

iOS Device

iPhone 14 Pro

@piyushtank
Copy link
Contributor

Please make sure TwilioVideo SDK is integrated into the app.

  1. If you are using Swift package manager, please make sure it has has resolved all dependencies.
  2. If you are using manual integration, please make sure the framework has been copied properly into the project.

See docs for more info - https://www.twilio.com/docs/video/ios#add-the-video-sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants