Cannot find protocol declaration for MyPocketAppDelegate
This was an error message showed when an application is done what will be the problem ca ay one help me to solve it.
Cannot find protocol declaration for MyPocketAppDelegate This was an error message showed when an
Share
As you say
MyPocketAppDelegateis your application delegate class, it cannot be adopted or conformed. Protocols and classes are two different things.You should remove it from protocol list.