If you’re building your own copy of Couchbase Lite from source, you need to use Xcode’s Product>Archive command to build the framework, not just Product>Build, otherwise the linker strips out the bitcode. (It took us a long time to figure this out…)
If you’re using Carthage, the `carthage` command builds the framework for you, and it should be using the right commands to preserve the bitcode (since Carthage works for other iOS frameworks.) —Jens -- 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/4B2E490E-678C-4FF9-97A7-DA30FB119A57%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
