neoneye/SwiftyFORM

Sync is not overwritten

simongiesen opened this issue · 2 comments

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

Does it also happen in the Example app?

I haven't seen this issue before.