Skip to content

Symbol not found: _$s17SwiftUIIntrospect32NavigationViewWithStackStyleTypeV0G0O5stackyA2EmFWC #448

Open
@gabriele-dechit

Description

@gabriele-dechit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions