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
I am working on a react native project that has Implemented Google Cast SDK for iOS. But we are experiencing the crash when tapping GCKUICastButton after giving all the access. We are using version 4.5.0.
After tapping ok and taping again to the Chromecast button, the app crashes with the following error:
[TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <UITableView: 0x1441b0c00; frame = (0 0; 414 736); clipsToBounds = YES; opaque = NO; autoresize = RM+BM; tag = 9992; gestureRecognizers = <NSArray: 0x281045ef0>; layer = <CALayer: 0x281e43120>; contentOffset: {0, 0}; contentSize: {414, 73}; adjustedContentInset: {0, 0, 0, 0}; dataSource: <GCKUIDeviceConnectionViewController: 0x147065400>>
2021-09-08 17:29:43.661309+0530 myapp[1727:562390] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(0x19ce10298 0x1b0b6a480 0x19ce7baf4 0x19ce86c34 0x19cd09df8 0x19ccfd148 0x1038876a4 0x10665fde4 0x10665caf4 0x105c7b170 0x19efe9e80 0x19efee438 0x19ef35f3c 0x19ef36248 0x19ef3710c 0x19ef38490 0x19ef1b4c4 0x19fbb36d4 0x1a0029424 0x1a002fbac 0x19fba0808 0x19eef42dc 0x19eef0700 0x19eef611c 0x19fba70b4 0x19eef6050 0x19f01a230 0x19f016d1c 0x19fba6e84 0x19fb7c2f8 0x19fb7b200 0x19fb789cc 0x19fba87f0 0x19fba8eac 0x19fb74170 0x19fb73c98 0x19f012d98 0x19f01ad78 0x19f149034 0x19f01acf8 0x19fba6d88 0x19f01ab60 0x19eee1b74 0x19fb53cfc 0x19f6c37dc 0x19f6b2ca8 0x19f6e3ff8 0x19cd8e588 0x19cd88bb8 0x19cd89154 0x19cd88818 0x1b348e570 0x19f6b40e8 0x19f6b9664 0x102dcdc98 0x19ca67140)
libc++abi: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered:
I am working on a react native project that has Implemented Google Cast SDK for iOS. But we are experiencing the crash when tapping GCKUICastButton after giving all the access. We are using version 4.5.0.
Code reference:
After tapping ok and taping again to the Chromecast button, the app crashes with the following error:
[TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <UITableView: 0x1441b0c00; frame = (0 0; 414 736); clipsToBounds = YES; opaque = NO; autoresize = RM+BM; tag = 9992; gestureRecognizers = <NSArray: 0x281045ef0>; layer = <CALayer: 0x281e43120>; contentOffset: {0, 0}; contentSize: {414, 73}; adjustedContentInset: {0, 0, 0, 0}; dataSource: <GCKUIDeviceConnectionViewController: 0x147065400>>
2021-09-08 17:29:43.661309+0530 myapp[1727:562390] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(0x19ce10298 0x1b0b6a480 0x19ce7baf4 0x19ce86c34 0x19cd09df8 0x19ccfd148 0x1038876a4 0x10665fde4 0x10665caf4 0x105c7b170 0x19efe9e80 0x19efee438 0x19ef35f3c 0x19ef36248 0x19ef3710c 0x19ef38490 0x19ef1b4c4 0x19fbb36d4 0x1a0029424 0x1a002fbac 0x19fba0808 0x19eef42dc 0x19eef0700 0x19eef611c 0x19fba70b4 0x19eef6050 0x19f01a230 0x19f016d1c 0x19fba6e84 0x19fb7c2f8 0x19fb7b200 0x19fb789cc 0x19fba87f0 0x19fba8eac 0x19fb74170 0x19fb73c98 0x19f012d98 0x19f01ad78 0x19f149034 0x19f01acf8 0x19fba6d88 0x19f01ab60 0x19eee1b74 0x19fb53cfc 0x19f6c37dc 0x19f6b2ca8 0x19f6e3ff8 0x19cd8e588 0x19cd88bb8 0x19cd89154 0x19cd88818 0x1b348e570 0x19f6b40e8 0x19f6b9664 0x102dcdc98 0x19ca67140)
libc++abi: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: