twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
460 stars 177 forks source link

VideoQuickStart not working with XCode version 12 update #551

Closed ksuhr1 closed 3 years ago

ksuhr1 commented 3 years ago

Description

Hi there, my XCode auto-updated to version 12 and now my app isn't running as it was previously working right before the udpate. I now get a black screen when I run the app and the following warnings. Could you please help me resolve these issues?

Logs

2020-09-16 17:06:55.750584-0700 VideoQuickStart[23092:6273980] [SceneConfiguration] Info.plist configuration "Default Configuration" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "VideoQuickStart.SceneDelegate". 2020-09-16 17:06:55.751057-0700 VideoQuickStart[23092:6273980] [SceneConfiguration] Info.plist configuration "(no name)" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "VideoQuickStart.SceneDelegate". 2020-09-16 17:06:55.755454-0700 VideoQuickStart[23092:6273980] [WindowScene] There is no scene delegate set. A scene delegate class must be specified to use a main storyboard file.

Versions

All relevant version information for the issue.

Video iOS SDK

[3.7]

Xcode

[12.0]

iOS Version

[13.5.1]

iOS Device

[11 Pro Max]

ksuhr1 commented 3 years ago

I have solved the issue with updating the AppDelegate and SceneDelegate.