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
iOS
The package has multiple throw exceptions, so for now the only available option is to allow CPP_EXCEPTIONS in the common.gypi
This is the line you should change: 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', # -fno-exceptions
Android
The package was not linking successfuly when paired with grpc. I needed to add a -fPIC flag in the cflags for common.gypi. Added 'cflags': [ '-O3', '-fPIC'] in line 173.
The text was updated successfully, but these errors were encountered:
pkcs11js
iOS
The package has multiple throw exceptions, so for now the only available option is to allow CPP_EXCEPTIONS in the common.gypi
This is the line you should change:
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', # -fno-exceptions
Android
The package was not linking successfuly when paired with
grpc
. I needed to add a-fPIC
flag in the cflags forcommon.gypi
. Added'cflags': [ '-O3', '-fPIC']
in line 173.The text was updated successfully, but these errors were encountered: