Generally, I am making an app with two View Controllers and each of them are connected to each other. However, when I run the app, the debugger reveals the warning that: "2014-07-30 23:07:49.382 Random[1437:60b] Action connections from <UIView: 0x10951eb90; frame = (0 0; 320 568); autoresize = RM+BM; layer = <CALayer: 0x10951b9c0>> are not supported.
"
The app can run as usual but I have no idea why this problem can happen. Anyone knows how to fix this problem? Thanks!
I had the same problem because I had an Outlet link to my view.
My view was an UIControl
linked to an IBAction
and I changed this UIControl
to UIView
and forget removing the IBAction
link.
Removing the link will solved your problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With