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")
}
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") }