Open
Description
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
- I have read the README before submitting this report.
- This issue hasn't been addressed in an existing GitHub issue or discussion.
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
- Create a Pod with swiftui-introspect as dependency (spec.dependency "SwiftUIIntrospect", "1.3.0")
- Build an xcframework of that Pod
- Include the xcframework in an iOS app and add Pod dependency of swiftui-introspect to the app itself
- Run the app
- Crash!
Version information
1.3.0
Destination operating system
iOS 18
Xcode version information
16.2 (16C5032a)