You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the instructions in project 25 (you can also just copy the ViewController.swift file from this repo).
Run the app on two devices and try to join a session. It won't ever connect.
Now, if you delete SceneDelegate.swift, remove the two UISceneSession lifecycle methods in AppDelegate.swift and then remove the scene related dictionary item in Info.plist and re-run the apps, you'll see it works as expected.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Now, if you delete SceneDelegate.swift, remove the two UISceneSession lifecycle methods in AppDelegate.swift and then remove the scene related dictionary item in Info.plist and re-run the apps, you'll see it works as expected.
The text was updated successfully, but these errors were encountered: