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

@inliable initializer can't be designated initializer #480

Closed
JCSooHwanCho opened this issue Jun 14, 2023 · 2 comments · Fixed by #483
Closed

@inliable initializer can't be designated initializer #480

JCSooHwanCho opened this issue Jun 14, 2023 · 2 comments · Fixed by #483

Comments

@JCSooHwanCho
Copy link
Contributor

when I build this int bazel Xcode 15, I got some errors. they are all same kind error, and this are one of them

CoreStore/Sources/Internals.DiffableDataUIDispatcher.DiffResult.swift:256:22: error: initializer for class 'Internals.DiffableDataUIDispatcher<O>.DiffResult<Index>.IndicesReference' is '@inlinable' and must delegate to another initializer
@JohnEstropia
Copy link
Owner

Did you update to the latest CoreStore version?

@JCSooHwanCho
Copy link
Contributor Author

I used develop branch

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

Successfully merging a pull request may close this issue.

2 participants