You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
When I try to get build for iOS project, it is getting error about duplicate symbols. It is about libSSZipArchive.a and libJWT.a libraries.
I investigated all issues about that. Before v5.2.2, we could ignore jwt and SSZipArchive libraries with subspecs. But this feature removed with this pr #1210. I think we can find a solution for that or add again to subspecs.