-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Swift - Missing linker symbols, etc. #3
Comments
I believe I have just fixed this now with this revision to MetaverseKit wabiverse/MetaverseKit@8050205 -- I will need to make some very minor modifications to the SwiftUSD package due to these changes, but I believe as soon as that is complete, we will be ready to rock 🤘 |
Untitled.movThings are working right out of the box so far, I honestly did not expect this to work out so well... Usually, half the battle is just |
Resolved via wabiverse/MetaverseKit@4042b21, and: dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.8.5"),
], |
Description of Issue
Known issue, if you try to add
SwiftUSD
to your Swift project, compilation will complete; however the linker will not resolve any dependency symbols.We are working on providing all dependencies to MetaverseKit. When that is complete, these errors should be resolved.
The text was updated successfully, but these errors were encountered: