This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 209
swift examples dont compile due to error with boringSSL pod #39
Comments
applies to Speech-gRPC-Streaming sample as well as the stickynotes demo |
Daij-Djan
changed the title
swift example doesnt compile due to error with boringSSL pod
swift examples dont compile due to error with boringSSL pod
Apr 4, 2017
In Xcode 8.3 framework declarations need to have the same filename as Framework. BoringSSL pod only names it modulemap.modulemap. So solution is to change Also commenting the content seems to work (and doesn't break |
thanks! |
This did work for me without changing |
kirualex, can you explain more about the solution? I saw the Pods/Target Support Files/BoringSSL/BoringSSL.modulemap is auto generated. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
the swift example doesnt compile due to error with boringSSL pod
./Pods/BoringSSL/include/openssl/module.modulemap:1:20: Redefinition of module 'openssl'
the installation:
The text was updated successfully, but these errors were encountered: