Hello Dan,
Fabric has several Kits(Crashlytics, MoPub and TwitterKit), and each Kit can have its own minimum supported OS version(that can be higher than the minimum supported OS version of Fabric).
Fabric’s minimum supported iOS version is iOS 5. TwitterKit’s minimum supported iOS version is iOS 7.
That being said, Fabric should work on any app that has a minimum supported target of 5+. If along with Fabric, you have TwitterKit, then it will work on any app with a minimum supported iOS version of 7+.
Your particular use case seems hard(you need compilation compatibility of a Fabric kit with a lower than supported iOS version). Maybe try guarding all your usages of TwitterKit including import within a macro check for iOS>=7?
Thanks,
Priyanka