Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message indicates that there is a type mismatch between the property wrapper's expected argument type and the type of the value being passed to it during initialization. Specifically, it suggests that the value being passed is of type Double, while the wrapper expects a different type.

To resolve this error, check the documentation for the specific property wrapper you are using to ensure that you are passing the correct value type, or review your code to ensure that you are passing the expected argument type in the correct format.