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
For the use in Dart FFI, the C code of olm (without Obj-C wrapper) would be sufficient. I assume that's what the olmc subspec is for. However, replacing the OLMKit dependency with OLMKit/olmc breaks the build:
ios/Pods/OLMKit/src/sas.c:16:10: fatal error: 'olm/sas.h' file not found
#include "olm/sas.h"
^~~~~~~~~~~
1 error generated.
Maybe it's because the header files (include/**/*.{h,hh}), which are included in OLMKit, are not included in olmc at all?
The text was updated successfully, but these errors were encountered:
For the use in Dart FFI, the C code of olm (without Obj-C wrapper) would be sufficient. I assume that's what the olmc subspec is for. However, replacing the OLMKit dependency with OLMKit/olmc breaks the build:
Maybe it's because the header files (
include/**/*.{h,hh}
), which are included in OLMKit, are not included in olmc at all?The text was updated successfully, but these errors were encountered: