Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c MessageKit赢得';集成到应用程序时无法构建_Objective C_Swift_Jsqmessagesviewcontroller_Xcode10.2_Messagekit - Fatal编程技术网

Objective c MessageKit赢得';集成到应用程序时无法构建

Objective c MessageKit赢得';集成到应用程序时无法构建,objective-c,swift,jsqmessagesviewcontroller,xcode10.2,messagekit,Objective C,Swift,Jsqmessagesviewcontroller,Xcode10.2,Messagekit,我正在尝试将MessageKit与我的项目集成。我在尝试构建时遇到3个错误: 1.未找到标题“MessageKit Swift.h” 2. :0:错误:无法生成Objective-C模块“MessageKit” 3.没有此类模块“InputBarAccessoryView” 在构建之前,我已经清理了这个项目(好几次)。我还尝试了MessageKit的几个版本。我还将我的Swift版本从4.0改为4.2改为5,并且收到了相同的错误 这是我的播客文件 # Uncomment the next lin

我正在尝试将MessageKit与我的项目集成。我在尝试构建时遇到3个错误: 1.未找到标题“MessageKit Swift.h” 2. :0:错误:无法生成Objective-C模块“MessageKit” 3.没有此类模块“InputBarAccessoryView”

在构建之前,我已经清理了这个项目(好几次)。我还尝试了MessageKit的几个版本。我还将我的Swift版本从4.0改为4.2改为5,并且收到了相同的错误

这是我的播客文件

# 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

是否打开项目或工作区文件?@andrey我打开工作区是否打开项目或工作区文件?@andrey我打开工作区