Duplicate Symbols when adding Realm Cocoapod
问题 I’m trying to use Realm for the first time in a real project, and I’ve added it via Cocoapods successfully. I’m using Xcode 6.4, but have the Xcode 7.1 beta installed on the same machine (for other projects). When attempting to build the project or run unit tests (on the Simulator), I get a linker error saying that dozens of pairs of files are duplicated. Looks like one mentioned Bitcode and one doesn’t. I’m using Xcode 6.4 – why does it even know about Bitcode? Here’s a small sample of the