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

Row -Cannot assign value of type 'String' to type 'Int' with Xcode 16 #1281

Closed
TranTienTruong opened this issue Oct 19, 2024 · 1 comment
Closed

Comments

@TranTienTruong
Copy link

When updating xCode to version 16.0, I encountered an error when retrieving data from Row in types other than String.
image

@TranTienTruong
Copy link
Author

I have already fixed this issue. When you update the code to Xcode 16, the SQLite library will report the error Expression: "Missing argument label 'value:' in call." If you add the label, data retrieval will encounter errors as mentioned before. Therefore, you should use "typealias Expression = SQLite.Expression" to fix the "Missing argument label" error.

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