-
Notifications
You must be signed in to change notification settings - Fork 146
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
UIAlertView crash #281
Comments
Facing the same issue. Let me know if you find something helpful |
Got the solution for this crash. Had to replace the UIAlertView with UIAlertController and it worked for me |
@NaikUrRehman How you did that? |
sure you just need to change the UIAlertView with UIAlertController. Because UIAlertView is depreciated. Also you need to do few adjustments to make UIAlertController align your code. |
When I try to connect to a TV using connect(), I get the following error:
Terminating app due to uncaught exception ‘NSObjectNotAvailableException’, reason: ‘UIAlertView is deprecated and unavailable for UIScene-based applications. Please use UIAlertController!’
If I understand correctly, is this library completely abandoned? Or has anyone recently used it to create remote TV apps?
The text was updated successfully, but these errors were encountered: