Migrate old UIKIt Introspect from Cocoapods to Swift package manager #469
Answered
by
caselett
ankushkushwaha
asked this question in
Q&A
DescriptionHi, I am using UIKIt Introspect in my iOS project via cocoapods. I am trying migrate to Swift Package Manager (SPM). In my code I am using old UIKIt methods like Is old UIKit Introspect is unavailable? Is there any way I can use UIKit Introspect vis SPM? Checklist
Expected behaviorUIKit Introspect should be available as Swift Package, But only available in cocoa-pods. Actual behaviorUIKit Introspect is not available as Swift package Steps to reproduceNo response Version informationNo response Destination operating systemNo response Xcode version informationNo response Swift Compiler version information |
Answered by
caselett
May 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, there is no migration documentation.
Try to use
import SwiftUIIntrospectand start with examples.