gpt4 book ai didi

ios - Swift 错误 - 无法加载 'MessageKit' 的底层模块

转载 作者:行者123 更新时间:2023-11-28 06:09:06 24 4
gpt4 key购买 nike

我一直在尝试使用 MessageKit 创建聊天应用程序,但是在创建 ViewController 并导入 MessageKit 时,出现如下错误

Cannot load underlying module for 'MessageKit'

这是我的 PodFile

platform :ios, '11.0'

target 'GanChat' do
use_frameworks!

pod 'Firebase/Core'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'MessageKit'

end

这是我的 View Controller

import UIKit
import MessageKit

class ChatViewController: MessagesViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
senderId = "1234"
senderDisplayName = "Heri"
}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}

最佳答案

根据 OP,问题的解决方法是在构建项目之前使用 (Cmd + Shift + K) 清理项目。

关于ios - Swift 错误 - 无法加载 'MessageKit' 的底层模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47233531/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com