0
1

More than 5 years have passed since last update.

Swift エラー集

Last updated at Posted at 2019-02-27
'lazy' cannot be used on a let

グーグル翻訳
'lazy'はletでは使えません
letvarに変更

guard let postImageUrl = metadata?.downloadURL()?.absoluteString else { return }

エラー文

Value of type 'StorageMetadata' has no member 'downloadURL'

グーグル翻訳
タイプ 'StorageMetadata'の値にはメンバ 'downloadURL'がありません

xcodeで改行した際、インデント位置が前の行を異なる
https://www.setoya-blog.com/entry/2012/10/10/180701

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1