This is my first question on stack overflow so please excuse if I miss any mannerisms.....
My Swift App uses the FXForms Cocoa Pod
It's an OBJ-C framework I'm using with my Swift app. Everything compiled fine before updating Xcode today. Now I am getting this error:
"Objective-C method 'fields' provided by method 'fields()' conflicts with optional requirement method 'fields()' in protocol 'FXForm'e
Any ideas? Happy to provide source code, etc.
Thanks for any help,
ztb