I followed through the integration process of Fabric to my iOS application, however in the final step on dragging/dropping the fabric SDK into my application, once I dropped the fabric file, it breaks my project. The errors are:
"Could not build module 'UIKit'" for random files (ie everytime I build the project again, it breaks another file's import of UIKit)
The same thing for UIKit happens for QuartzCore.
One insight I had was that these were all frameworks that for some reason were breaking, but I am not sure why.