srozner

Results 5 comments of srozner

Hopefully not too long :) but this is my understanding of old CryptoSwift use and the issue with CommonCrypto modulemap use. OLD Project "MySDK" included JSONWebToken pod in Podfile, which...

I think you understand it correctly. My issue is I am including JSONWebToken through an intermediate Swift Framework of my own MySDK. So anyone using my framework (MySDK) would encounter...

I really, really appreciate how quick you have responded. I look forward to your eventual response, and feel free to ask for more info.

FOLLOW UP: attempts to fix the method CommonCrypto is included have seemed futile. If you use nested dynamic framework pods using a CommonCrypto (or other?) module map, you will end...

I would guess Apple has "finally" exposed CommonCrypto to Swift natively. It was only Obj-C in Xcode 9, which required that module you deleted. That wrapper module caused my issue,...