-
Notifications
You must be signed in to change notification settings - Fork 18
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
The initializer is not created. #33
Comments
Hi! Thanks for reporting this. My best guess so far is that this is due to either:
Can you please check if clearing the cache helps? In the directory that contains your Xcode project run this command:
Maybe that fixes it and it turns out it was a caching issue. |
Thanks! |
I'm reopening since, the cache invalidation bug isn't resolved yet |
Hi! Thank you for creating this great library.
As I saw int the documentation, with this code there should be autogenerated initializer similar to this
CourseCell(course: PandaEntry.Course)
, but the initializer is missing. Can you please help me to understand what is the problem?The text was updated successfully, but these errors were encountered: