Hey all! Does anyone know if there's a workaround for the deprecation of cocoapods trunk? I saw this Kotlin ticket, but it doesn't look like there's been any work to prioritize enabling non-cocoapods third party dependencies in apps:
https://youtrack.jetbrains.com/issue/KT-53877
I'm going to be honest. Our product is in deep sh#$ if there's no solution for this. The only possible solution I have right now is to download XCframework binary files directly and import them into our code so they can be referenced as local libraries rather than 3rd party dependencies, but that's honestly months of work for our team and it just seems like a temporary workaround until this is actually enabled.