9 Notes November 2021
1. Cannot assign to property: 'parameters' is get-only property to fixing that error add "set" after {get} //Before var parameters: [String: Any]? { get…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
1. Cannot assign to property: 'parameters' is get-only property to fixing that error add "set" after {get} //Before var parameters: [String: Any]? { get…
Read more →