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
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.
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
Version information
1.3.0
Destination operating system
iOS 18
Xcode version information
16.2 (16C5032a)
Swift Compiler version information
The text was updated successfully, but these errors were encountered: