stray0n
stray0n
> I changed pod file to: pod 'LibMobileCoin/CoreHTTP', git: 'https://github.com/signalapp/libmobilecoin-ios-artifacts', :commit => '5cd4f39a24d06708d1c19aced8384740689d7f61' pod 'MobileCoin/CoreHTTP', git: 'https://github.com/mobilecoinofficial/MobileCoin-Swift', tag: 'v5.0.0' Error did disappear! This method worked for me.
thanks for the fix. I'm currently working around the issue by forking Alamofire and setting the package file to use Alamofire version 5.9.1 at most.
> You shouldn't need to fork anything, just add Alamofire as a package to your project and limit it to 5.9.1. Or use the `bug/relax-jsonresponseserializer-sendable-requirement` branch until I release the...