siteline/swiftui-introspect

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

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)

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