Obj C project; just updated to Xcode 8 and iOS/10. App seems to work fine, however, getting warnings --
"Missing submodule 'AVFoundation.AVSpeechSynthesis'" "Missing submodule 'AVFoundation.AVAudioSession'"
These messages appear on the #import statements for AVAudioSession & AVSpeechSynthesis.
Does anyone know what's going on with this?
TIA
I'm not sure why this is now a warning, but deleting the AVAudioSession
and AVSpeechSynthesis
imports makes it go away. All you need is the umbrella header:
#import <AVFoundation/AVFoundation.h>
// delete us
//#import <AVFoundation/AVSpeechSynthesis.h>
//#import <AVFoundation/AVAudioSession.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With