Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eduardothiesen opened this issue Nov 24, 2020 · 0 comments

Comments

@eduardothiesen
Copy link

eduardothiesen commented Nov 24, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant