> Sounds like CocoaPods is ‘helpfully’ adding libsqlite3.dylib to your > target’s linked libraries. > > I can’t think of any better solution than your workaround (though I know > very little about CocoaPods.) This is kind of a weird situation where > SQLite and SQLCipher are different libraries with exactly the same API, so > it’s not possible to link the same target with both of them. >
The strange thing is why it worked fine with Xcode 7 but not with Xcode 8. Must be some new checks to see if a linked library has the same API or something and to ignore it if it does. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/c7246047-f6d2-4004-9b1c-c26b2cc11817%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
