Reputation: 361
i get this error whenever i try to segue from one viewController to another. theres no code and ive been going through google pages and questions on here for hours and i cannot find a solution.
Upvotes: 0
Views: 40
Reputation: 1846
You experience this problem because:
Solution: Reassign VC class with help of the dropdown list OR manually chose "Current - Project Name" module from Module dropdown list. Make sure your custom class "extends" (inherits from) UIViewController.
Upvotes: 1