I've got a Cocoa Touch framework built with XCode 6 targetted towards iOS >= iOS8. This framework's target architecture settings are default, meaning that I haven't changed anything. The architectures are set to standard (which doesn't include x86_64, more on that later). The framework itself contains both Swift and Objective-C code, so building it using the static library workaround from Ray Wenderlich won't work.I've got a Cocoa Touch framework built with XCo