Hi,
I’m currently migrating my iOS SDK from CocoaPods to Swift Package Manager (SPM).
The SDK is distributed as an XCFramework and was previously using CocoaPods internally for dependencies. I’m now trying to replace all internal dependencies with SPM.
However, I’m running into issues when integrating TrustKit via Swift Package Manager, and I’m not sure which configuration or product I should use in this setup. [TrustKit, TrustKitStatic or TrustKitDynamic]
Could you please advise on the correct way to migrate from CocoaPods to SPM in an XCFramework-based SDK scenario?
Thanks!
Hi,
I’m currently migrating my iOS SDK from CocoaPods to Swift Package Manager (SPM).
The SDK is distributed as an XCFramework and was previously using CocoaPods internally for dependencies. I’m now trying to replace all internal dependencies with SPM.
However, I’m running into issues when integrating TrustKit via Swift Package Manager, and I’m not sure which configuration or product I should use in this setup. [TrustKit, TrustKitStatic or TrustKitDynamic]
Could you please advise on the correct way to migrate from CocoaPods to SPM in an XCFramework-based SDK scenario?
Thanks!