Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

I have exported my appery app into Xcode and I am sorting some of the warnings. This warning is a result of presentViewController. Any ideas what should be here? I have three with the same issue.

self.inUse = YES;

Code: Select all

     if ([self.viewController respondsToSelector:@selector(presentViewController:::)]) { 
         [self.viewController presentViewController:navController animated:YES completion:nil]; 
     } else { 
         [self.viewController presentModalViewController:navController animated:YES]; 
     } 

Any help would be great.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

presentViewController has undeclared selector

Hello,

Did you change anything on your code? Could you attach screenshot with warnings?

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

Hi Igor
Nope I haven't changed anything yet. I get you a screen shot shortly.
thanks.

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

Okay here it is Image

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

Hi Igor
Did you manage to find a fix yet?
Cheers

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

presentViewController has undeclared selector

Hi Maurice,

We are working on this. Could you please share your project with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

Hi. I replied earlier. I will email you as soon as I get home tonight. Apologies.

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

I still have not heard about a fix for this issue? Should I ignore it?

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

presentViewController has undeclared selector

All issues cleared up following the advice given here.
https://getsatisfaction.com/apperyio/...

Return to “Issues”