azure-notificationhubs-ios icon indicating copy to clipboard operation
azure-notificationhubs-ios copied to clipboard

Thread 1: Exception: "-[MSInstallation initWithCoder:]: unrecognized selector sent to instance 0x2825d8a50"

Open eduardothiesen opened this issue 3 years ago • 0 comments

Describe the bug Adding the 3.1.1 via cocoapods or swift package manager breaks the app at initialisation.

Exception or Stack Trace 2020-11-24 19:05:07.765153-0300 Dietbox[715:225535] -[MSInstallation initWithCoder:]: unrecognized selector sent to instance 0x2825d8a50 2020-11-24 19:05:07.765384-0300 Dietbox[715:225535] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MSInstallation initWithCoder:]: unrecognized selector sent to instance 0x2825d8a50' *** First throw call stack: (0x1961ad654 0x195ecfbcc 0x1960b1dd8 0x1961b17f8 0x1961b371c 0x1965704f8 0x19656f9b4 0x196480658 0x1964d3a94 0x102353900 0x102355098 0x102354980 0x102354910 0x102351990 0x19a27e6cc 0x1091c6338 0x1091c7730 0x1091d5710 0x19612b6bc 0x196126590 0x196125ba8 0x1a0295344 0x19a2613e4 0x1021bddb8 0x195fad8f0) libc++abi.dylib: terminating with uncaught exception of type NSException

To Reproduce add pod 'AzureNotificationHubs-iOS' to pod file run pod install build on physical device.

(Also tried using swift package manager)

Screenshots bug

Setup (please complete the following information):

  • OS: iOS 13.6.1, 13.7 and 14.1
  • IDE : Xcode Version 11.6 (11E708)
  • 3.1.1

Additional context Updated the pods to generate a new version for production but it breaks at app initialisation

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • [V] Bug Description Added
  • [V] Repro Steps Added
  • [V] Setup information Added

eduardothiesen avatar Nov 24 '20 22:11 eduardothiesen