ios - FIRMessaging Delegate Error -


i tried add firmessagingdelegate xcode gives error

cannot find protocol declaration firmessagingdelegate.

i imported firebasemessaging , gives no errors. checked pods , seems fine.

installing firebase (3.2.1) using firebaseanalytics (3.2.0) using firebaseinstanceid (1.0.6) installing firebasemessaging (1.1.0) 

how try implement;

#import <uikit/uikit.h> #import <usernotifications/usernotifications.h> #import <messageui/messageui.h>  #if defined(__iphone_10_0) && __iphone_os_version_max_allowed >= __iphone_10_0 @import usernotifications; #endif  @import firebase; @import firebaseinstanceid; @import firebasemessaging;  @interface appdelegate : uiresponder <uiapplicationdelegate, unusernotificationcenterdelegate, firmessagingdelegate> 

i not find solution, reason error?

pods updated tried again. works without problem.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -