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

[BUG] xcparse not working with Swift 5.4 #67

Closed
nachocual opened this issue Aug 17, 2021 · 5 comments
Closed

[BUG] xcparse not working with Swift 5.4 #67

nachocual opened this issue Aug 17, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@nachocual
Copy link

nachocual commented Aug 17, 2021

Describe the bug
The latest version of xcparse, 2.2, doesn't work with Swift 5.4

Desktop

  • OS: macOS 11.5
  • xcparse version: 2.2
  • Swift version 5.4.2

To Reproduce

  1. Install the latest version of xcparse using Homebrew.
  2. Run it.
  3. See error:
    dyld: Library not loaded: @rpath/libSwiftToolsSupport.dylib
      Referenced from: /usr/local/bin/xcparse
      Reason: image not found
    
@nachocual nachocual added the bug Something isn't working label Aug 17, 2021
@nachocual
Copy link
Author

nachocual commented Aug 17, 2021

I'm not sure about this, but you might need to change SwiftToolsSupport to SwiftToolsSupport-auto in you package definition from what I saw here.

@abotkin-cpi abotkin-cpi self-assigned this Aug 17, 2021
@andrewclaus
Copy link

andrewclaus commented Aug 17, 2021

Also seeing this same issue on our git build agents, started after the 2.2 release was created a few hours ago.
We are using OS X 10.15.7 and Xcode_12.4

@abotkin-cpi
Copy link
Collaborator

Yep, making the fix now; really need to get this put on the new CI/CD we have.

@abotkin-cpi
Copy link
Collaborator

This should be resolved with v2.2.1. Thanks @nachocual for the details!

@nachocual
Copy link
Author

Thanks for fixing it that quickly!

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
None yet
Development

No branches or pull requests

3 participants