我正在尝试将MessageKit与我的项目集成。尝试构建时出现3个错误: 1.找不到标题“ MessageKit-Swift.h” 2.:0:错误:无法构建Objective-C模块“ MessageKit” 3.没有这样的模块'InputBarAccessoryView'
我已经在构建之前清理了项目(几次)。我还尝试了多个版本的MessageKit。我还将我的Swift版本从4.0更改为4.2到5,并收到相同的错误。
这是我的PodFile
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target '####' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for #####
pod 'MessageKit', '~> 3.0.0'
pod 'MessageInputBar', '~> 0.4.1'
pod 'InputBarAccessoryView'
end