You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try to use the nullable Binding extensions like Binding($cdObject.notes, replacingNilWith: "") via the Swift Package Manager
'Binding<Value>' initializer is inaccessible due to 'internal' protection level
If I copy OptionalBinding.swift into my project. It works fine. Maybe all that is needed is that the extension functions are marked as public?
The text was updated successfully, but these errors were encountered:
I get the following error when I try to use the nullable
Binding
extensions likeBinding($cdObject.notes, replacingNilWith: "")
via the Swift Package ManagerIf I copy
OptionalBinding.swift
into my project. It works fine. Maybe all that is needed is that the extension functions are marked as public?The text was updated successfully, but these errors were encountered: