No such module 'SwiftUIIntrospect'
Djibs opened this issue · 3 comments
Djibs commented
Description
Every time I import SwiftUIIntrospect or @_spi(Advanced) import SwiftUIIntrospect I get the error "No such module 'SwiftUIIntrospect'"
"Import Introspect" works correctly
package : https://github.com/siteline/SwiftUI-Introspect.git
Checklist
- I have read the README before submitting this report.
- This issue hasn't been addressed in an existing GitHub issue or discussion.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Version information
0.12.0
Destination operating system
ios 16
Xcode version information
14.3.1 (14E300c)
Swift Compiler version information
swift-driver version: 1.75.2 Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
davdroman commented
Please share an Xcode project or App Playground displaying this behavior, otherwise this is impossible to debug.
randex commented
I had the same issue when upgrading from the old Introspect. Make sure to add "SwiftUIIntrospect" under "Frameworks, Libraries and Embedded Content" in your target settings, it fixed the issue for me.
Djibs commented
I deleted then reinstalled and that fixed the problem