Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSInvalidArgumentException - must pass a valid reuse identifier to -[UICollectionView dequeueReusableCellWithReuseIdentifier:forIndexPath:] #535

Open
4 of 8 tasks
LeonidSafronov opened this issue Mar 27, 2023 · 0 comments

Comments

@LeonidSafronov
Copy link

LeonidSafronov commented Mar 27, 2023

Description

Describe your issue here.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

in file SkeletonCollectionDataSource.swift on line 87 you have optional cellIdentifier with default: "". Sometimes it creates exception.

SkeletonView Environment:

**SkeletonView version: 1.30.4
**Xcode version: 14.1
**Swift version: 5.7

Steps to reproduce:

Please replace this with the steps to reproduce the behavior.

Expected result:

Not terminating app

Actual result:

Terminating app

Attachments:

From firebase crashlytics
image
Screenshot 2023-03-27 at 08 57 57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant