neoneye / SwiftyFORM

iOS framework for creating forms
MIT License
1.08k stars 87 forks source link

Sync is not overwritten #66

Open simongiesen opened 3 years ago

simongiesen commented 3 years ago

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

neoneye commented 3 years ago

Does it also happen in the Example app?

I haven't seen this issue before.

simongiesen commented 3 years ago

yes