Skip to content
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

Symbol not found: _$s17SwiftUIIntrospect32NavigationViewWithStackStyleTypeV0G0O5stackyA2EmFWC #448

Open
2 tasks done
gabriele-dechit opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@gabriele-dechit
Copy link

Description

Hello,

I am building an xcframework with a Pod dependency on swiftui-introspect.
As soon as I add my xcframework to an iOS app and add Pod dependency on swiftui-introspect to the app itself, this crashes at runtime with the following error:

dyld[34810]: Symbol not found: _$s17SwiftUIIntrospect32NavigationViewWithStackStyleTypeV0G0O5stackyA2EmFWC

What's wrong with NavigationViewWithStackStyleType?

Checklist

Expected behavior

I expect the app to run without crashing

Actual behavior

App crashes at runtime with the following error:

dyld[34810]: Symbol not found: _$s17SwiftUIIntrospect32NavigationViewWithStackStyleTypeV0G0O5stackyA2EmFWC

Steps to reproduce

  1. Create a Pod with swiftui-introspect as dependency (spec.dependency "SwiftUIIntrospect", "1.3.0")
  2. Build an xcframework of that Pod
  3. Include the xcframework in an iOS app and add Pod dependency of swiftui-introspect to the app itself
  4. Run the app
  5. Crash!

Version information

1.3.0

Destination operating system

iOS 18

Xcode version information

16.2 (16C5032a)

Swift Compiler version information

@gabriele-dechit gabriele-dechit added the bug Something isn't working label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant