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
in your StaticTextFormItem and other source code files there is a SyncBlock. When compiling with the latest Xcode and iOS 15 SDKs the error is thrown "sync is not overwritten".
Do you have a solution for that since your library is not usable anymore.
Kindest regards!
typealias SyncBlock = (_ value: String) -> Void
var syncCellWithValue: SyncBlock = { (string: String) in
SwiftyFormLog("sync is not overridden")
}
The text was updated successfully, but these errors were encountered:
Hey,
in your StaticTextFormItem and other source code files there is a SyncBlock. When compiling with the latest Xcode and iOS 15 SDKs the error is thrown "sync is not overwritten".
Do you have a solution for that since your library is not usable anymore.
Kindest regards!
typealias SyncBlock = (_ value: String) -> Void
var syncCellWithValue: SyncBlock = { (string: String) in
SwiftyFormLog("sync is not overridden")
}
The text was updated successfully, but these errors were encountered: