-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Refer to discussion here, currently DMSGoPGP has several technical issues:
- DMSGoPGP supports Bitcode
- Get rid of symbolizing error in submitting to AppStore
To resolve, need to try the following steps as shared by community:
go get -u golang.org/x/mobile/cmd/...
to fetch latest gomobile version- Build gomobile framework with
-ldflags=-w
- Enable Bitcode and 'Upload symbols to AppStore' to check if there still exists errors.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request