Could not cast value of type 'LLAppDelegateProxy'
问题 I have integrated the Localtyics iOS SDK. After this I am getting the error like below: Could not cast value of type 'LLAppDelegateProxy' It means I am unable to get a reference of the App delegate object. I am in trouble now because I want Localytics & want a reference object of App delegate as well. Does any body know a solution of this? 回答1: Localytics replaces your AppDelegate behind-the-scenes with their proxy class ( LLAppDelegateProxy ). Localytics suggests creating a static reference