Object file *.* was built for newer iOS version (9.0) than being linked (7.0)

I have a app that is using the Nuance Dragon Dictation SpeechKit framework that is causing the following warnings:

Object file (/Users/jeffsullivan/Documents/Projects/iOS 7 Migration (branch)/Platt Electric/SpeechKit.framework/SpeechKit(libSpeechKit.a-armv7-master.o)) was built for newer iOS version (9.0) than being linked (7.0)

and

Object file (/Users/jeffsullivan/Documents/Projects/iOS 7 Migration (branch)/Platt Electric/SpeechKit.framework/SpeechKit(libSpeechKit.a-arm64-master.o)) was built for newer iOS version (9.0) than being linked (7.0)


My minimum target is set for iOS 7.0 and I have turned off bitcode for the project. It seems to work properly, but I'd rather not have warnings if I can avoid them. Does nayone have any input on what the cause of this could be?


Thanks

If an option-clean build folder doesn't help, you may want to ignore them until/unless they surface as errors.

Object file *.* was built for newer iOS version (9.0) than being linked (7.0)
 
 
Q