Closed Invariant0x closed 1 year ago
I'm guessing you're using SwiftPM to bring in LibSignalClient to your project; this isn't officially supported. You can probably make it work by manually linking to libsignal.a within the target/ folder, as the SwiftPM test target does using unsafeFlags
, but our real recommendation is to use it as a CocoaPod instead.
I have this file in my debug folder - libsignal_ffi.a do you mean that I need to link it? Please be more specific, I really need your help.
If the brief instructions I gave are unclear, you should stick to the supported approach of using CocoaPods.
I do everything according to the instructions my processor m2
swift/build_ffi.sh --generate-ffi