Replies: 2 comments 1 reply
-
Hi @Ansel7, I followed the instructions you gave but I was not able to reproduce the problem. Can you please provide a project that shows the problem? Since it isn't clear that this is an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
-
I have a question about dependencies, i had this structure: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
line 161 of UINavigationPath: fileprivate var elements: [Element] = []
is throwing this error: Unable to serialize this unknown type.
I created a Reality Composer pro project, it creates a swift package that it serializes to reduce the time to load things into memory. I imported another swift package that has the composable architecture as a dependency, when I try to build everything I get these errors:
Finished processSwiftFiles() with code incompatibility issues, failure
Failure creating schema - 'The operation couldn’t be completed. (realitytool.RKAssetsCustomComponentsSchemaHandler.DerivedDataError error 3.)'
and the above mentioned error from the UINavigationPath file.
Checklist
main
branch of this package.Expected behavior
I expected it to be compatible with the Reality Composer pros serialization procedure.
Actual behavior
No response
Steps to reproduce
SwiftUI Navigation version information
2.23
Destination operating system
.visionOS(.v2), .macOS(.v15), .iOS(.v18)
Xcode version information
Xcode 16.2
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions