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

Not working on iOS 13 #99

Open
chrsp opened this issue Dec 5, 2019 · 0 comments
Open

Not working on iOS 13 #99

chrsp opened this issue Dec 5, 2019 · 0 comments

Comments

@chrsp
Copy link

chrsp commented Dec 5, 2019

When running the code below on iOS 13:

MMWormhole.defaultWormhole().passMessageObject(session.asDictionary() as NSCoding, identifier: MMWormholeMessageIdentifiers.session.forDirection(.send))

I'm getting the error:

2019-12-05 04:08:44.649148-0800 Perfect Run[4104:1225521] [WC] EXCEPTION: -[WCSession updateApplicationContext:error:]: applicationContext cannot be nil.
2019-12-05 04:08:44.652923-0800 Perfect Run[4104:1225521] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[WCSession updateApplicationContext:error:]: applicationContext cannot be nil.'
*** First throw call stack:
(0x1bca46278 0x1bc76f0a4 0x1bc93bac8 0x1db7f4878 0x102e43e90 0x102e42464 0x100618864 0x1006188e4 0x100534ab8 0x1003434b8 0x10034318c 0x1003414dc 0x10034191c 0x1c0a1d870 0x1c0a1f640 0x1c0a24c08 0x1c020f2b8 0x1c0699d60 0x1c020fd9c 0x1c020f8ac 0x1c020fbc4 0x1c020f488 0x1c0213758 0x1c05cdb58 0x1c06b2f1c 0x1c02134ac 0x1c06b2e18 0x1c0213318 0x1c008bf20 0x1c008aa88 0x1c008bc58 0x1c0a22f88 0x1c05ee1c4 0x1c1aa5764 0x1c1acc538 0x1c1ab0390 0x1c1acc1f4 0x104472c88 0x1044760ac 0x1c1af2210 0x1c1af1edc 0x1c1af2404 0x1bc9c4090 0x1bc9c3fe8 0x1bc9c3780 0x1bc9be8cc 0x1bc9be16c 0x1c67e8328 0x1c0a26e1c 0x1003447bc 0x1bc849424)
libc++abi.dylib: terminating with uncaught exception of type NSException

The error the error does not occurs on iOS 12

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