-
Notifications
You must be signed in to change notification settings - Fork 368
no such file no such file or directory: Introspect-Dynamic.framework/Introspect-Dynamic #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you please share a small reproducible project that I can debug? Otherwise this is hard to replicate. Thanks in advance. |
Also as a tip, unless you really need the dynamic version of the module it's probably best to just depend on |
Thanks for the tip @davdroman ! |
@staticdreams how did you "[get] rid of dynamic and static versions? Did you update introspect's Package.swift file and comment out the |
@DuncanMC If I recall correctly, it is during the package installation it asks you what do you want to include. Like main library, dynamic and static. I just unchecked everything a part from the main one. |
I'm having trouble compiling application for device.
This is the exact 2 issues I'm having:
And if inside
SwiftUIIntrospect-Dynamic.framework
it confirms it: no such file SwiftUIIntrospect-Dynamic or Introspect-Dynamic
Simulator run the application without any issues.
FYI I'm using latest Xcode 15 beta 4, running iOS 17 simulator
My device is iPhone 14 Pro iOS 16.5.1
SwiftUI-introspect: 0.9.4
The text was updated successfully, but these errors were encountered: