Over the years, there have been questions about a combined binary for simulator and device builds for static libraries (Build fat static library (device + simulator) using Xcode and SDK 4+).
There have been some solutions (https://gist.github.com/adamgit/3705459) overall but I cannot find any solution that works for Xcode 6 and the cocoa touch framework. Any run script that I ended up utilizing (https://kodmunki.wordpress.com/2014/11/07/universal-cocoa-touch-frameworks-for-ios-8/) crashed the system for me with infinite run loops of some sort.
Is there a run script for building Cocoa Touch Frameworks with Xcode 6/iOS 8 such that both simulator and device versions are compiled into the same binary?