You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting build error "no such file or directory" for ~/...DerivedData... Debug/PackageFrameworks/SwiftUIIntrospect-Dynamic.framework/Versions/A/SwiftUIIntrospect-Dynamic'"
#391
I'm using Xcode 15.0, and trying to add swiftui-introspect to my multiplatfrom SwiftUI project.
After adding the package dependency using the file menu "Add Package Dependencies" option, I am able to use the package on the iOS sim, but not on iOS devices or the macOS target.
The package.swift file appears to have definitions for 3 different versions of the library, "SwiftUIIntrospect", "SwiftUIIntrospect-Static", and "SwiftUIIntrospect-Dynamic".
@davdroman thanks for the link. You might want to add a comment about this in the docs, since projects created with the latest version of Xcode fail to build as soon as you add the introspect library to them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm using Xcode 15.0, and trying to add swiftui-introspect to my multiplatfrom SwiftUI project.
After adding the package dependency using the file menu "Add Package Dependencies" option, I am able to use the package on the iOS sim, but not on iOS devices or the macOS target.
The package.swift file appears to have definitions for 3 different versions of the library, "SwiftUIIntrospect", "SwiftUIIntrospect-Static", and "SwiftUIIntrospect-Dynamic".
All reactions