gpt4 book ai didi

ios - Firebase iOS Codelab 聊天应用程序教程中的错误

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

在使用 Swift 构建适用于 iOS 的 Firebase 教程应用程序时,我在设置应用程序以允许用户发送图像消息的说明中停留在第 8 页。这可能是教程中显示的代码出错,或者我的框架未正确连接,但我已经更新了 pod 并清理并重新构建了应用程序,但两次 Constants.MessageFields 仍然出现此错误.imageUrl 已列出。

代码:

if let imageUrl = message[Constants.MessageFields.imageUrl] {

错误:

"Type 'Constants.MessageFields' has no member 'imageUrl'"

This is a fatal error and build always fails on this line.

教程中此页面的链接 here

最佳答案

它在 Constants.swift 文件中丢失了。只需将以下代码添加到 MessageFields 结构中:

static let imageUrl = "imageUrl"

关于ios - Firebase iOS Codelab 聊天应用程序教程中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37383187/

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