-
Notifications
You must be signed in to change notification settings - Fork 452
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
Support Simulator and Catalyst targets #14
base: master
Are you sure you want to change the base?
Support Simulator and Catalyst targets #14
Conversation
@keeshux I have tried this on Mac M1 without success. I get the error:
Does this fix only affect the app under |
c37881b
to
2fec12a
Compare
Signed-off-by: Davide De Rosa <[email protected]>
Signed-off-by: Davide De Rosa <[email protected]>
f745d0c
to
4a671c4
Compare
Signed-off-by: Davide De Rosa <[email protected]>
Affects the library. I’ve used this patch successfully in my app for more than a year, and I do use a M1. 🤔 |
Sorry for the late reply. It works! :) I just needed this one line: It’s a shame WireGuard is no longer properly maintained. None of these pull requests will ever be merged. |
I didn't know the project had been abandoned. Anyone know why or what happened? |
Yeah, look at the last commit from two years ago. The most recent actual fix in the library was on 2023-02-08. Check the dates on the pull requests—some are several years old. Not a single one has been reviewed or merged. |
Hopefully someone will fork and continue to keep it alive. I consider Wireguard a very important piece of network infrastructure; it would be a real shame if it stopped working on macOS. |
Make Go library build correctly on iPhone Simulator and Mac Catalyst.
Script adjustments might appear inelegant, but the generated library has worked 100% on these targets. Tested in my production app for 6+ months.