I have a project that uses CocoaPods and uses the SCLAlertView-Objective-C module. This module uses the import style of the @import UIKit; module @import UIKit; . I set "Enable Modules (C and Objective-C)" and "Automatically Link Frames" with YES in both my target and project settings. I still get the error "Using" @import "when modules are disabled."
Is there anything that could prevent Xcode from being able to enable Modules, such as using a .pch file, any linker flags, or something else that I haven't mentioned? I also tried to clear the project and the project creation folder. It had no effect.
It is also worth noting that my project has several goals, and also has the goal of deploying iOS 7.0. My base SDK is installed in iOS 8.3.

module ios xcode cocoapods
socaljoker
source share