1

Trying to get MessageKit setup within my project. I'm getting the following error - 'No such module 'InputBarAccessoryView' within the

MessagesViewController+Keyboard.swift:26:8: No such module 'InputBarAccessoryView'

I've tried installing pods, updating pods and deintegrating.

import Foundation
import InputBarAccessoryView

Should compile normally. Only error that persists.

jake
  • 1,226
  • 8
  • 14
techgirl
  • 293
  • 1
  • 3
  • 18

1 Answers1

0

In My case i will update pod file Ios version

# Uncomment the next line to define a global platform for your project
platform :ios, '14.0'

target 'Messanger' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Messanger

pod 'InputBarAccessoryView'

end