BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Crash: specialized Dictionary._Variant.isUniquelyReferenced() #174

Closed keyvanygh closed 3 months ago

keyvanygh commented 3 months ago

Getting crashes with the title of "swift_isUniquelyReferenced_nonNull_native", the stack trace points to this line of code in "NetworkService" Class extension.

❗tasks[request] = task

pod 'Hyperspace/Pinning', '=3.2.1'

Screenshot 2024-05-17 at 11 57 09 AM
rmirabelli commented 3 months ago

This has been fixed in a later version of this project (4.0) (https://github.com/BottleRocketStudios/iOS-Hyperspace/pull/145)

rmirabelli commented 3 months ago

Won't port the fix backward.