This is somewhat related to this issue. The difference is the duplicate symbols are in the following libraries:
libAPSAnalytics.a (APSPLSqliteDatabase.o) cipher.a PLSqliteDatabase.a (PLSqliteDatabase.o)"cipher.a" is a homegrown module wrapping the SQLCipher library.
Is there a workaround for this, aside from perhaps changing the symbol names in my own module?