DiffableDataSources icon indicating copy to clipboard operation
DiffableDataSources copied to clipboard

Cannot compile example macOS application

Open sidepelican opened this issue 5 years ago • 0 comments

Checklist

  • [x] This is not a Apple's bug.
  • [x] Reviewed the README and documents.
  • [x] Searched existing issues for ensure not duplicated.

Expected Behavior

We can compile example macOS application

Current Behavior

has compile error.

https://github.com/ra1028/DiffableDataSources/blob/581b4f8d1634e83c6b33caaafdc6a115a74650c3/Examples/Example-macOS/MountainsViewController.swift#L52

this let should be var

Steps to Reproduce

  1. just run Example-macOS

Environments

  • version: 0.4.0

  • Swift version: 5.2.4

  • Xcode version: 11.6

sidepelican avatar Aug 02 '20 13:08 sidepelican