Development discussion of WireGuard
 help / color / mirror / Atom feed
* Enable BitCode on libwg-go.a (Wireguard iOS project)
@ 2022-01-12 15:28 Houman
  2022-01-12 15:43 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Houman @ 2022-01-12 15:28 UTC (permalink / raw)
  To: WireGuard mailing list

Hello,

Currently libwg-go.a doesn't support bitcode in the Xcode project. It
crashes with the following message:

libwg-go.a does not contain bitcode. You must rebuild it with bitcode
enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from
the vendor, or disable bitcode for this target. for architecture arm64

Disabling Bitcode for the whole project is very bad for dSYMs and
Crashlytics reporting, though.

Is there any chance to enable Bitcode for Wireguard, please?  If there
is anything I could do to help, please let me know.

Many Thanks,
Houman

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Enable BitCode on libwg-go.a (Wireguard iOS project)
  2022-01-12 15:28 Enable BitCode on libwg-go.a (Wireguard iOS project) Houman
@ 2022-01-12 15:43 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2022-01-12 15:43 UTC (permalink / raw)
  To: Houman; +Cc: WireGuard mailing list

Looks like gomobile fixed it via:

https://github.com/golang/mobile/commit/ddd6497b067577b19dddcb2b88017887a0227eb5

We should probably do the same.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-12 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 15:28 Enable BitCode on libwg-go.a (Wireguard iOS project) Houman
2022-01-12 15:43 ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).