Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior
Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior
- Subject: Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior
- From: Rick Mann <email@hidden>
- Date: Thu, 28 Apr 2016 15:03:23 -0700
I'm getting the following message in the console:
Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior (<UIAlertController: 0x14e6f8a20>)
Thing is, I get it when handling a universal link (a link tapped outside my app, but which is sent to my app for handling). This message is logged before application(_:continueUserActivity:restorationHandler:) gets called.
At the time, I have my app's regular UI showing, and no UIAlertViewControllers have been instantiated.
Any idea why I'm seeing this? Thanks!
--
Rick Mann
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden