Skip to content
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

Closed
furby-tm opened this issue Oct 17, 2023 · 3 comments
Closed

Swift - Missing linker symbols, etc. #3

furby-tm opened this issue Oct 17, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@furby-tm
Copy link
Member

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.

@furby-tm furby-tm self-assigned this Oct 17, 2023
@furby-tm furby-tm added the bug Something isn't working label Oct 17, 2023
@furby-tm furby-tm pinned this issue Oct 17, 2023
@furby-tm furby-tm changed the title Missing linker symbols, etc. Swift - Missing linker symbols, etc. Oct 17, 2023
@furby-tm
Copy link
Member Author

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 🤘

@furby-tm
Copy link
Member Author

Untitled.mov

Things 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
getting things installed right, and the DLL hell that goes along with it ~ SwiftPM is the real game changer here - and a perfect fit for leveraging USD to it's fullest potential.

@furby-tm
Copy link
Member Author

Resolved via wabiverse/MetaverseKit@4042b21, and:

  dependencies: [
    .package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.8.5"),
  ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant