Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync is not overwritten #66

Open
simongiesen opened this issue Nov 11, 2021 · 2 comments
Open

Sync is not overwritten #66

simongiesen opened this issue Nov 11, 2021 · 2 comments

Comments

@simongiesen
Copy link

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
Copy link
Owner

neoneye commented Nov 11, 2021

Does it also happen in the Example app?

I haven't seen this issue before.

@simongiesen
Copy link
Author

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants