I have the 'JSQSystemSoundPlayer.h' located within my app:
However, this error persists:
And the PodFile:
platform :ios, ‘9.3’
use_frameworks!
target 'MyApp' do
pod 'Firebase'
pod 'JSQMessagesViewController'
pod ‘JSQSystemSoundPlayer’
end
I don't believe you need to add pod 'JSQSoundPlayer'
it is included with the JSQMessagesViewController
pod but also you are using the wrong quotes around the JSQSoundPlayer that is why it's a different color you need the ` single quote not the tick ' . They look very similar. Sorry if that is confusing 🙃 if you can't find it just copy the previous line and change the contents. Good luck.