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
Note: The project is able to build, but will not run until the ‘Adding the Cast button' section is completed
The starter project is not able to build out of the box on Xcode 13.0. There are five errors throughout the project all with the line appDelegate?.isCastControlBarsEnabled = false (Value of type 'AppDelegate' has no member 'isCastControlBarsEnabled').
isCastControlBarsEnabled is there in final version, but definitely not in the starter
The text was updated successfully, but these errors were encountered:
from https://developers.google.com/cast/codelabs/cast-videos-ios#3
The starter project is not able to build out of the box on Xcode 13.0. There are five errors throughout the project all with the line
appDelegate?.isCastControlBarsEnabled = false (Value of type 'AppDelegate' has no member 'isCastControlBarsEnabled').
isCastControlBarsEnabled
is there in final version, but definitely not in the starterThe text was updated successfully, but these errors were encountered: