stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Is there a better way for s.sbspec 'standard' and S.sbspec 'SQLCipher' to coexist #1172

Open liyuan116 opened 1 year ago

liyuan116 commented 1 year ago

My sdk uses SQLCipher, but the user app using our sdk uses standard. Could you please use SQLCipher module after pod install when both of them coexist? However, this is not the case at present and errors will be reported? Is there a more friendly way? very thanks ~