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
When trying to run needle's latest release 0.16.0 we see an error that it can't find the SwiftSyntaxParser.dylib. The same was happening with mockolo at some point and mockolo is shipping the dylib with its release. The solution is probably to ship the dylib with the releases inside the Generator/bin folder. Or do you have another solution in mind?
We are looking forward to using the SwiftSyntaxParser implementation but this currently blocks updating for us.
How are you running the needle binary? Building from source or using something like brew install needle? @tianskylan is looking in to this right now (we have to deal with the issue for our setup as well)
@FranzBusch Exactly, shipping the dylib with the binary is probably the best solution. I broke the release yesterday, and will try to fix it today. You are very fast at updating :) Stay tuned.
@rudro I did not publish the update to Homebrew yesterday, knowing that I haven't solved the dylib issue yet.
When trying to run needle's latest release 0.16.0 we see an error that it can't find the SwiftSyntaxParser.dylib. The same was happening with mockolo at some point and mockolo is shipping the dylib with its release. The solution is probably to ship the dylib with the releases inside the
Generator/bin
folder. Or do you have another solution in mind?We are looking forward to using the SwiftSyntaxParser implementation but this currently blocks updating for us.
Mockolo issue: uber/mockolo#108
The text was updated successfully, but these errors were encountered: